#B49112

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

Shades of Dark Goldenrod #B49112

Tints of Dark Goldenrod #B49112

Color information

#B49112 (or 0xB49112) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 91 and 12. RGB value is (180,145,18). Sum of RGB (Red+Green+Blue) = 180+145+18=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B49112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49112 is #4B6EED. Grayscale: #8D8D8D. Windows color (decimal): -4943598 or 1216948. OLE color: 1216948.

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

Color convert

RGB18014518-
CMYK00.190.90.29
HSL47.04º81.82%38.82%-
HSV(B)47.04º90%70.59%-
XYZ29.06304.83-
YUV140.9958.6155.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 145 (57.03% from 255) = 42.27%
BLUE value IS 18 (7.42% from 255) = 5.25%
R=52.48%
G=42.27%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801451800.190.90.2947.0481.8238.82
HexB491120135A1D2f5227
Octal26422122023132355712247
Binary1011010010010001100100100111011010111011011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49112; }

 p { color: rgb(180,145,18); }

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

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

 a { background-color: rgb(180,145,18); }

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

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

 span { border-color: rgb(180,145,18); }

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