Shades of Dark Goldenrod #B89110
Tints of Dark Goldenrod #B89110
RGB
CMYK
RGB Variations
Color information
#B89110 (or 0xB89110) is known color: Dark Goldenrod. HEX triplet: B8, 91 and 10. RGB value is (184,145,16). Sum of RGB (Red+Green+Blue) = 184+145+16=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B89110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89110 is #476EEF. Grayscale: #8E8E8E. Windows color (decimal): -4681456 or 1085880. OLE color: 1085880.
HSL color Cylindrical-coordinate representation of color #B89110: hue angle of 46.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B89110 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 16 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.28 |
| HSL | 46.07º | 0.84% | 0.39% | - |
| HSV(B) | 46.07º | 0.91% | 0.72% | - |
| XYZ | 29.99 | 30.48 | 4.79 | - |
| YUV | 141.96 | 56.92 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 16 | 0 | 0.21 | 0.91 | 0.28 | 46.07 | 0.84 | 0.39 |
| Hex | B8 | 91 | 10 | 0 | 15 | 5B | 1C | 2E | 54 | 27 |
| Octal | 270 | 221 | 20 | 0 | 25 | 133 | 34 | 56 | 124 | 47 |
| Binary | 10111000 | 10010001 | 10000 | 0 | 10101 | 1011011 | 11100 | 101110 | 1010100 | 100111 |
Color Harmonies of #B89110
Complementary color
Monochromatic Colors of #B89110
Black with #B89110
Text Example
Text Example
White with #B89110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89110; }
p { color: rgb(184,145,16); }
H1.HeaderClassName
{
color: #B89110;
}
.AnyTagClassName
{
color: #B89110;
}
</style>
background-color css
<style>
a { background-color: #B89110; }
a { background-color: rgb(184,145,16); }
div.DivClassName
{
background-color: #B89110;
}
.BgClassName
{
background-color: #B89110;
}
</style>
border-color css
<style>
span { border-color: #B89110; }
span { border-color: rgb(184,145,16); }
td.TdClassName
{
border-color: #B89110;
}
.TagClassName
{
border-color: #B89110;
}
</style>