#B58212

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

Shades of Dark Goldenrod #B58212

Tints of Dark Goldenrod #B58212

Color information

#B58212 (or 0xB58212) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 82 and 12. RGB value is (181,130,18). Sum of RGB (Red+Green+Blue) = 181+130+18=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B58212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58212 is #4A7DED. Grayscale: #848484. Windows color (decimal): -4881902 or 1213109. OLE color: 1213109.

HSL color Cylindrical-coordinate representation of color #B58212: hue angle of 41.23º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B58212 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18113018-
CMYK00.280.900.29
HSL41.23º81.91%39.02%-
HSV(B)41.23º90.06%70.98%-
XYZ27.1525.834.13-
YUV132.4863.4162.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 18 (7.42% from 255) = 5.47%
R=55.02%
G=39.51%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811301800.280.900.2941.2381.9139.02
HexB5821201C5A1D295227
Octal26520222034132355112247
Binary1011010110000010100100111001011010111011010011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58212; }

 p { color: rgb(181,130,18); }

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

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

 a { background-color: rgb(181,130,18); }

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

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

 span { border-color: rgb(181,130,18); }

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