#B37918

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

Shades of Dark Goldenrod #B37918

Tints of Dark Goldenrod #B37918

Color information

#B37918 (or 0xB37918) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 79 and 18. RGB value is (179,121,24). Sum of RGB (Red+Green+Blue) = 179+121+24=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B37918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37918 is #4C86E7. Grayscale: #7F7F7F. Windows color (decimal): -5015272 or 1604019. OLE color: 1604019.

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

Color convert

RGB17912124-
CMYK00.320.870.30
HSL37.55º76.35%39.8%-
HSV(B)37.55º86.59%70.2%-
XYZ25.5923.324.02-
YUV127.2869.72164.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.25%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 24 (9.77% from 255) = 7.41%
R=55.25%
G=37.35%
B=7.41%

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
Decimal1791212400.320.870.3037.5576.3539.8
HexB37918020571E264c28
Octal26317130040127364611450
Binary1011001111110011100001000001010111111101001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37918; }

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

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

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

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

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

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

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

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