Shades of Dark Goldenrod #B87011
Tints of Dark Goldenrod #B87011
RGB
CMYK
RGB Variations
Color information
#B87011 (or 0xB87011) is known color: Dark Goldenrod. HEX triplet: B8, 70 and 11. RGB value is (184,112,17). Sum of RGB (Red+Green+Blue) = 184+112+17=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B87011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87011 is #478FEE. Grayscale: #7B7B7B. Windows color (decimal): -4689903 or 1142968. OLE color: 1142968.
HSL color Cylindrical-coordinate representation of color #B87011: hue angle of 34.13º 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 #B87011 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 17 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.28 |
| HSL | 34.13º | 0.83% | 0.39% | - |
| HSV(B) | 34.13º | 0.91% | 0.72% | - |
| XYZ | 25.66 | 21.82 | 3.39 | - |
| YUV | 122.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 17 | 0 | 0.39 | 0.91 | 0.28 | 34.13 | 0.83 | 0.39 |
| Hex | B8 | 70 | 11 | 0 | 27 | 5B | 1C | 22 | 53 | 27 |
| Octal | 270 | 160 | 21 | 0 | 47 | 133 | 34 | 42 | 123 | 47 |
| Binary | 10111000 | 1110000 | 10001 | 0 | 100111 | 1011011 | 11100 | 100010 | 1010011 | 100111 |
Color Harmonies of #B87011
Complementary color
Monochromatic Colors of #B87011
Black with #B87011
Text Example
Text Example
White with #B87011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87011; }
p { color: rgb(184,112,17); }
H1.HeaderClassName
{
color: #B87011;
}
.AnyTagClassName
{
color: #B87011;
}
</style>
background-color css
<style>
a { background-color: #B87011; }
a { background-color: rgb(184,112,17); }
div.DivClassName
{
background-color: #B87011;
}
.BgClassName
{
background-color: #B87011;
}
</style>
border-color css
<style>
span { border-color: #B87011; }
span { border-color: rgb(184,112,17); }
td.TdClassName
{
border-color: #B87011;
}
.TagClassName
{
border-color: #B87011;
}
</style>