#B3843D

Color #B3843D Marigold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marigold #B3843D

Tints of Marigold #B3843D

Color information

#B3843D (or 0xB3843D) is unknown color: approx Marigold. HEX triplet: B3, 84 and 3D. RGB value is (179,132,61). Sum of RGB (Red+Green+Blue) = 179+132+61=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3843D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3843D is #4C7BC2. Grayscale: #8A8A8A. Windows color (decimal): -5012419 or 4031667. OLE color: 4031667.

HSL color Cylindrical-coordinate representation of color #B3843D: hue angle of 36.1º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3843D is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17913261-
CMYK00.260.660.30
HSL36.1º49.17%47.06%-
HSV(B)36.1º65.92%70.2%-
XYZ27.6826.428.06-
YUV137.9684.57157.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 48.12%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=48.12%
G=35.48%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791326100.260.660.3036.149.1747.06
HexB3843D01A421E24312f
Octal2632047503210236446157
Binary1011001110000100111101011010100001011110100100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3843D; }

 p { color: rgb(179,132,61); }

 H1.HeaderClassName
 {
   color: #B3843D;
 }
 .AnyTagClassName
 {
   color: #B3843D;
 }
</style>
background-color css

<style>
 a { background-color: #B3843D; }

 a { background-color: rgb(179,132,61); }

 div.DivClassName
 {
   background-color: #B3843D;
 }
 .BgClassName
 {
   background-color: #B3843D;
 }
</style>
border-color css

<style>
 span { border-color: #B3843D; }

 span { border-color: rgb(179,132,61); }

 td.TdClassName
 {
   border-color: #B3843D;
 }
 .TagClassName
 {
   border-color: #B3843D;
 }
</style>