#b58118

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

Shades of Dark Goldenrod #B58118

Tints of Dark Goldenrod #B58118

Color information

#B58118 (or 0xB58118) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 81 and 18. RGB value is (181,129,24). Sum of RGB (Red+Green+Blue) = 181+129+24=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B58118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58118 is #4A7EE7. Grayscale: #858585. Windows color (decimal): -4882152 or 1606069. OLE color: 1606069.

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

Color convert

RGB18112924-
CMYK00.290.870.29
HSL40.13º76.59%40.2%-
HSV(B)40.13º86.74%70.98%-
XYZ27.0725.594.38-
YUV132.5866.73162.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 24 (9.77% from 255) = 7.19%
R=54.19%
G=38.62%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811292400.290.870.2940.1376.5940.2
HexB5811801D571D284d28
Octal26520130035127355011550
Binary1011010110000001110000111011010111111011010001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58118; }

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

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

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

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

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

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

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

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