#b58019

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

Shades of Dark Goldenrod #B58019

Tints of Dark Goldenrod #B58019

Color information

#B58019 (or 0xB58019) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 80 and 19. RGB value is (181,128,25). Sum of RGB (Red+Green+Blue) = 181+128+25=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B58019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58019 is #4A7FE6. Grayscale: #848484. Windows color (decimal): -4882407 or 1671349. OLE color: 1671349.

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

Color convert

RGB18112825-
CMYK00.290.860.29
HSL39.62º75.73%40.39%-
HSV(B)39.62º86.19%70.98%-
XYZ26.9525.334.39-
YUV132.167.56162.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 25 (10.16% from 255) = 7.49%
R=54.19%
G=38.32%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811282500.290.860.2939.6275.7340.39
HexB5801901D561D284c28
Octal26520031035126355011450
Binary1011010110000000110010111011010110111011010001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58019; }

 p { color: rgb(181,128,25); }

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

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

 a { background-color: rgb(181,128,25); }

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

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

 span { border-color: rgb(181,128,25); }

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