#B58818

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

Shades of Dark Goldenrod #B58818

Tints of Dark Goldenrod #B58818

Color information

#B58818 (or 0xB58818) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 88 and 18. RGB value is (181,136,24). Sum of RGB (Red+Green+Blue) = 181+136+24=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B58818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58818 is #4A77E7. Grayscale: #898989. Windows color (decimal): -4880360 or 1607861. OLE color: 1607861.

HSL color Cylindrical-coordinate representation of color #B58818: hue angle of 42.8º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B58818 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB18113624-
CMYK00.250.870.29
HSL42.8º76.59%40.2%-
HSV(B)42.8º86.74%70.98%-
XYZ28.0327.54.69-
YUV136.6964.41159.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 24 (9.77% from 255) = 7.04%
R=53.08%
G=39.88%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811362400.250.870.2942.876.5940.2
HexB58818019571D2b4d28
Octal26521030031127355311550
Binary1011010110001000110000110011010111111011010111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58818; }

 p { color: rgb(181,136,24); }

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

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

 a { background-color: rgb(181,136,24); }

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

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

 span { border-color: rgb(181,136,24); }

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