#B37A18

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

Shades of Dark Goldenrod #B37A18

Tints of Dark Goldenrod #B37A18

Color information

#B37A18 (or 0xB37A18) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 7A and 18. RGB value is (179,122,24). Sum of RGB (Red+Green+Blue) = 179+122+24=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37A18 is #4C85E7. Grayscale: #808080. Windows color (decimal): -5015016 or 1604275. OLE color: 1604275.

HSL color Cylindrical-coordinate representation of color #B37A18: hue angle of 37.94º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B37A18 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17912224-
CMYK00.320.870.30
HSL37.94º76.35%39.8%-
HSV(B)37.94º86.59%70.2%-
XYZ25.7123.574.06-
YUV127.8769.38164.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 24 (9.77% from 255) = 7.38%
R=55.08%
G=37.54%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791222400.320.870.3037.9476.3539.8
HexB37A18020571E264c28
Octal26317230040127364611450
Binary1011001111110101100001000001010111111101001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A18; }

 p { color: rgb(179,122,24); }

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

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

 a { background-color: rgb(179,122,24); }

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

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

 span { border-color: rgb(179,122,24); }

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