Shades of Dark Goldenrod #B89112
Tints of Dark Goldenrod #B89112
RGB
CMYK
RGB Variations
Color information
#B89112 (or 0xB89112) is known color: Dark Goldenrod. HEX triplet: B8, 91 and 12. RGB value is (184,145,18). Sum of RGB (Red+Green+Blue) = 184+145+18=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B89112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89112 is #476EED. Grayscale: #8E8E8E. Windows color (decimal): -4681454 or 1216952. OLE color: 1216952.
HSL color Cylindrical-coordinate representation of color #B89112: hue angle of 45.9º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B89112 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 18 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.28 |
| HSL | 45.9º | 0.82% | 0.4% | - |
| HSV(B) | 45.9º | 0.9% | 0.72% | - |
| XYZ | 30 | 30.48 | 4.88 | - |
| YUV | 142.18 | 57.92 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 18 | 0 | 0.21 | 0.90 | 0.28 | 45.9 | 0.82 | 0.4 |
| Hex | B8 | 91 | 12 | 0 | 15 | 5A | 1C | 2E | 52 | 28 |
| Octal | 270 | 221 | 22 | 0 | 25 | 132 | 34 | 56 | 122 | 50 |
| Binary | 10111000 | 10010001 | 10010 | 0 | 10101 | 1011010 | 11100 | 101110 | 1010010 | 101000 |
Color Harmonies of #B89112
Complementary color
Monochromatic Colors of #B89112
Black with #B89112
Text Example
Text Example
White with #B89112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89112; }
p { color: rgb(184,145,18); }
H1.HeaderClassName
{
color: #B89112;
}
.AnyTagClassName
{
color: #B89112;
}
</style>
background-color css
<style>
a { background-color: #B89112; }
a { background-color: rgb(184,145,18); }
div.DivClassName
{
background-color: #B89112;
}
.BgClassName
{
background-color: #B89112;
}
</style>
border-color css
<style>
span { border-color: #B89112; }
span { border-color: rgb(184,145,18); }
td.TdClassName
{
border-color: #B89112;
}
.TagClassName
{
border-color: #B89112;
}
</style>