Shades of Dark Goldenrod #B49112
Tints of Dark Goldenrod #B49112
RGB
CMYK
RGB Variations
Color information
#B49112 (or 0xB49112) is known color: 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
| RGB | 180 | 145 | 18 | - |
| CMYK | 0 | 0.19 | 0.9 | 0.29 |
| HSL | 47.04º | 0.82% | 0.39% | - |
| HSV(B) | 47.04º | 0.9% | 0.71% | - |
| XYZ | 29.06 | 30 | 4.83 | - |
| YUV | 140.99 | 58.6 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 18 | 0 | 0.19 | 0.9 | 0.29 | 47.04 | 0.82 | 0.39 |
| Hex | B4 | 91 | 12 | 0 | 13 | 5A | 1D | 2F | 52 | 27 |
| Octal | 264 | 221 | 22 | 0 | 23 | 132 | 35 | 57 | 122 | 47 |
| Binary | 10110100 | 10010001 | 10010 | 0 | 10011 | 1011010 | 11101 | 101111 | 1010010 | 100111 |
Color Harmonies of #B49112
Complementary color
Monochromatic Colors of #B49112
Black with #B49112
Text Example
Text Example
White with #B49112
Text Example
Text Example
HTML Codes & Css Web 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>