Shades of Dark Goldenrod #B89111
Tints of Dark Goldenrod #B89111
RGB
CMYK
RGB Variations
Color information
#B89111 (or 0xB89111) is known color: Dark Goldenrod. HEX triplet: B8, 91 and 11. RGB value is (184,145,17). Sum of RGB (Red+Green+Blue) = 184+145+17=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B89111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89111 is #476EEE. Grayscale: #8E8E8E. Windows color (decimal): -4681455 or 1151416. OLE color: 1151416.
HSL color Cylindrical-coordinate representation of color #B89111: hue angle of 45.99º degrees, saturation: 0.83, 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 #B89111 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 17 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.28 |
| HSL | 45.99º | 0.83% | 0.39% | - |
| HSV(B) | 45.99º | 0.91% | 0.72% | - |
| XYZ | 29.99 | 30.48 | 4.83 | - |
| YUV | 142.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 17 | 0 | 0.21 | 0.91 | 0.28 | 45.99 | 0.83 | 0.39 |
| Hex | B8 | 91 | 11 | 0 | 15 | 5B | 1C | 2E | 53 | 27 |
| Octal | 270 | 221 | 21 | 0 | 25 | 133 | 34 | 56 | 123 | 47 |
| Binary | 10111000 | 10010001 | 10001 | 0 | 10101 | 1011011 | 11100 | 101110 | 1010011 | 100111 |
Color Harmonies of #B89111
Complementary color
Monochromatic Colors of #B89111
Black with #B89111
Text Example
Text Example
White with #B89111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89111; }
p { color: rgb(184,145,17); }
H1.HeaderClassName
{
color: #B89111;
}
.AnyTagClassName
{
color: #B89111;
}
</style>
background-color css
<style>
a { background-color: #B89111; }
a { background-color: rgb(184,145,17); }
div.DivClassName
{
background-color: #B89111;
}
.BgClassName
{
background-color: #B89111;
}
</style>
border-color css
<style>
span { border-color: #B89111; }
span { border-color: rgb(184,145,17); }
td.TdClassName
{
border-color: #B89111;
}
.TagClassName
{
border-color: #B89111;
}
</style>