#B58112

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

Shades of Dark Goldenrod #B58112

Tints of Dark Goldenrod #B58112

Color information

#B58112 (or 0xB58112) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 81 and 12. RGB value is (181,129,18). Sum of RGB (Red+Green+Blue) = 181+129+18=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B58112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58112 is #4A7EED. Grayscale: #848484. Windows color (decimal): -4882158 or 1212853. OLE color: 1212853.

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

Color convert

RGB18112918-
CMYK00.290.900.29
HSL40.86º81.91%39.02%-
HSV(B)40.86º90.06%70.98%-
XYZ27.0225.574.08-
YUV131.8963.73163.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.18%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 18 (7.42% from 255) = 5.49%
R=55.18%
G=39.33%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811291800.290.900.2940.8681.9139.02
HexB5811201D5A1D295227
Octal26520122035132355112247
Binary1011010110000001100100111011011010111011010011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58112; }

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

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

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

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

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

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

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

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