#B39306

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

Shades of Dark Goldenrod #B39306

Tints of Dark Goldenrod #B39306

Color information

#B39306 (or 0xB39306) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 93 and 06. RGB value is (179,147,6). Sum of RGB (Red+Green+Blue) = 179+147+6=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 6 (2.73% from 255 or 1.81% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B39306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39306 is #4C6CF9. Grayscale: #8D8D8D. Windows color (decimal): -5008634 or 431027. OLE color: 431027.

HSL color Cylindrical-coordinate representation of color #B39306: hue angle of 48.9º 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 #B39306 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB1791476-
CMYK00.180.970.30
HSL48.9º93.51%36.27%-
HSV(B)48.9º96.65%70.2%-
XYZ29.0630.464.52-
YUV140.4952.1155.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 147 (57.81% from 255) = 44.28%
BLUE value IS 6 (2.73% from 255) = 1.81%
R=53.92%
G=44.28%
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
Decimal179147600.180.970.3048.993.5136.27
HexB3936012611E315e24
Octal2632236022141366113644
Binary10110011100100111100100101100001111101100011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39306; }

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

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

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

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

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

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

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

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