#B58915

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

Shades of Dark Goldenrod #B58915

Tints of Dark Goldenrod #B58915

Color information

#B58915 (or 0xB58915) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 89 and 15. RGB value is (181,137,21). Sum of RGB (Red+Green+Blue) = 181+137+21=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B58915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58915 is #4A76EA. Grayscale: #898989. Windows color (decimal): -4880107 or 1411509. OLE color: 1411509.

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

Color convert

RGB18113721-
CMYK00.240.880.29
HSL43.5º79.21%39.61%-
HSV(B)43.5º88.4%70.98%-
XYZ28.1427.774.59-
YUV136.9362.58159.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 21 (8.59% from 255) = 6.19%
R=53.39%
G=40.41%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811372100.240.880.2943.579.2139.61
HexB58915018581D2c4f28
Octal26521125030130355411750
Binary1011010110001001101010110001011000111011011001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58915; }

 p { color: rgb(181,137,21); }

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

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

 a { background-color: rgb(181,137,21); }

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

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

 span { border-color: rgb(181,137,21); }

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