Shades of Dark Goldenrod #B87110
Tints of Dark Goldenrod #B87110
RGB
CMYK
RGB Variations
Color information
#B87110 (or 0xB87110) is known color: Dark Goldenrod. HEX triplet: B8, 71 and 10. RGB value is (184,113,16). Sum of RGB (Red+Green+Blue) = 184+113+16=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B87110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87110 is #478EEF. Grayscale: #7B7B7B. Windows color (decimal): -4689648 or 1077688. OLE color: 1077688.
HSL color Cylindrical-coordinate representation of color #B87110: hue angle of 34.64º 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 #B87110 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 16 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.28 |
| HSL | 34.64º | 0.84% | 0.39% | - |
| HSV(B) | 34.64º | 0.91% | 0.72% | - |
| XYZ | 25.77 | 22.04 | 3.39 | - |
| YUV | 123.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 16 | 0 | 0.39 | 0.91 | 0.28 | 34.64 | 0.84 | 0.39 |
| Hex | B8 | 71 | 10 | 0 | 27 | 5B | 1C | 23 | 54 | 27 |
| Octal | 270 | 161 | 20 | 0 | 47 | 133 | 34 | 43 | 124 | 47 |
| Binary | 10111000 | 1110001 | 10000 | 0 | 100111 | 1011011 | 11100 | 100011 | 1010100 | 100111 |
Color Harmonies of #B87110
Complementary color
Monochromatic Colors of #B87110
Black with #B87110
Text Example
Text Example
White with #B87110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87110; }
p { color: rgb(184,113,16); }
H1.HeaderClassName
{
color: #B87110;
}
.AnyTagClassName
{
color: #B87110;
}
</style>
background-color css
<style>
a { background-color: #B87110; }
a { background-color: rgb(184,113,16); }
div.DivClassName
{
background-color: #B87110;
}
.BgClassName
{
background-color: #B87110;
}
</style>
border-color css
<style>
span { border-color: #B87110; }
span { border-color: rgb(184,113,16); }
td.TdClassName
{
border-color: #B87110;
}
.TagClassName
{
border-color: #B87110;
}
</style>