#B58012

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

Shades of Dark Goldenrod #B58012

Tints of Dark Goldenrod #B58012

Color information

#B58012 (or 0xB58012) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 80 and 12. RGB value is (181,128,18). Sum of RGB (Red+Green+Blue) = 181+128+18=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B58012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58012 is #4A7FED. Grayscale: #838383. Windows color (decimal): -4882414 or 1212597. OLE color: 1212597.

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

Color convert

RGB18112818-
CMYK00.290.900.29
HSL40.49º81.91%39.02%-
HSV(B)40.49º90.06%70.98%-
XYZ26.8825.314.04-
YUV131.3164.06163.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 18 (7.42% from 255) = 5.50%
R=55.35%
G=39.14%
B=5.50%

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
Decimal1811281800.290.900.2940.4981.9139.02
HexB5801201D5A1D285227
Octal26520022035132355012247
Binary1011010110000000100100111011011010111011010001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58012; }

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

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

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

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

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

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

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

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