Shades of Dark Goldenrod #B87911
Tints of Dark Goldenrod #B87911
RGB
CMYK
RGB Variations
Color information
#B87911 (or 0xB87911) is known color: Dark Goldenrod. HEX triplet: B8, 79 and 11. RGB value is (184,121,17). Sum of RGB (Red+Green+Blue) = 184+121+17=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B87911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87911 is #4786EE. Grayscale: #808080. Windows color (decimal): -4687599 or 1145272. OLE color: 1145272.
HSL color Cylindrical-coordinate representation of color #B87911: hue angle of 37.37º 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 #B87911 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 17 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.28 |
| HSL | 37.37º | 0.83% | 0.39% | - |
| HSV(B) | 37.37º | 0.91% | 0.72% | - |
| XYZ | 26.71 | 23.91 | 3.74 | - |
| YUV | 127.98 | 65.37 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 17 | 0 | 0.34 | 0.91 | 0.28 | 37.37 | 0.83 | 0.39 |
| Hex | B8 | 79 | 11 | 0 | 22 | 5B | 1C | 25 | 53 | 27 |
| Octal | 270 | 171 | 21 | 0 | 42 | 133 | 34 | 45 | 123 | 47 |
| Binary | 10111000 | 1111001 | 10001 | 0 | 100010 | 1011011 | 11100 | 100101 | 1010011 | 100111 |
Color Harmonies of #B87911
Complementary color
Monochromatic Colors of #B87911
Black with #B87911
Text Example
Text Example
White with #B87911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87911; }
p { color: rgb(184,121,17); }
H1.HeaderClassName
{
color: #B87911;
}
.AnyTagClassName
{
color: #B87911;
}
</style>
background-color css
<style>
a { background-color: #B87911; }
a { background-color: rgb(184,121,17); }
div.DivClassName
{
background-color: #B87911;
}
.BgClassName
{
background-color: #B87911;
}
</style>
border-color css
<style>
span { border-color: #B87911; }
span { border-color: rgb(184,121,17); }
td.TdClassName
{
border-color: #B87911;
}
.TagClassName
{
border-color: #B87911;
}
</style>