#B39206

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

Shades of Dark Goldenrod #B39206

Tints of Dark Goldenrod #B39206

Color information

#B39206 (or 0xB39206) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 92 and 06. RGB value is (179,146,6). Sum of RGB (Red+Green+Blue) = 179+146+6=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B39206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39206 is #4C6DF9. Grayscale: #8C8C8C. Windows color (decimal): -5008890 or 430771. OLE color: 430771.

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

Color convert

RGB1791466-
CMYK00.180.970.30
HSL48.55º93.51%36.27%-
HSV(B)48.55º96.65%70.2%-
XYZ28.930.154.47-
YUV139.9152.43155.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.08%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 6 (2.73% from 255) = 1.81%
R=54.08%
G=44.11%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179146600.180.970.3048.5593.5136.27
HexB3926012611E315e24
Octal2632226022141366113644
Binary10110011100100101100100101100001111101100011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39206; }

 p { color: rgb(179,146,6); }

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

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

 a { background-color: rgb(179,146,6); }

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

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

 span { border-color: rgb(179,146,6); }

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