#B58512

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

Shades of Dark Goldenrod #B58512

Tints of Dark Goldenrod #B58512

Color information

#B58512 (or 0xB58512) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 85 and 12. RGB value is (181,133,18). Sum of RGB (Red+Green+Blue) = 181+133+18=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B58512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58512 is #4A7AED. Grayscale: #868686. Windows color (decimal): -4881134 or 1213877. OLE color: 1213877.

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

Color convert

RGB18113318-
CMYK00.270.900.29
HSL42.33º81.91%39.02%-
HSV(B)42.33º90.06%70.98%-
XYZ27.5526.644.26-
YUV134.2462.4161.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 18 (7.42% from 255) = 5.42%
R=54.52%
G=40.06%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811331800.270.900.2942.3381.9139.02
HexB5851201B5A1D2a5227
Octal26520522033132355212247
Binary1011010110000101100100110111011010111011010101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58512; }

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

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

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

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

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

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

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

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