#B39604

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

Shades of Dark Goldenrod #B39604

Tints of Dark Goldenrod #B39604

Color information

#B39604 (or 0xB39604) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 96 and 04. RGB value is (179,150,4). Sum of RGB (Red+Green+Blue) = 179+150+4=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B39604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39604 is #4C69FB. Grayscale: #8E8E8E. Windows color (decimal): -5007868 or 300723. OLE color: 300723.

HSL color Cylindrical-coordinate representation of color #B39604: hue angle of 50.06º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B39604 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB1791504-
CMYK00.160.980.30
HSL50.06º95.63%35.88%-
HSV(B)50.06º97.77%70.2%-
XYZ29.5231.414.62-
YUV142.0350.11154.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 4 (1.95% from 255) = 1.20%
R=53.75%
G=45.05%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179150400.160.980.3050.0695.6335.88
HexB3964010621E326024
Octal2632264020142366214044
Binary10110011100101101000100001100010111101100101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39604; }

 p { color: rgb(179,150,4); }

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

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

 a { background-color: rgb(179,150,4); }

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

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

 span { border-color: rgb(179,150,4); }

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