#B37D06

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

Shades of Dark Goldenrod #B37D06

Tints of Dark Goldenrod #B37D06

Color information

#B37D06 (or 0xB37D06) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 7D and 06. RGB value is (179,125,6). Sum of RGB (Red+Green+Blue) = 179+125+6=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37D06 is #4C82F9. Grayscale: #808080. Windows color (decimal): -5014266 or 425395. OLE color: 425395.

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

Color convert

RGB1791256-
CMYK00.300.970.30
HSL41.27º93.51%36.27%-
HSV(B)41.27º96.65%70.2%-
XYZ25.9624.263.49-
YUV127.5859.39164.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=57.74%
G=40.32%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179125600.300.970.3041.2793.5136.27
HexB37D601E611E295e24
Octal2631756036141365113644
Binary1011001111111011100111101100001111101010011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37D06; }

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

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

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

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

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

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

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

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