Shades of Dark Goldenrod #B87008
Tints of Dark Goldenrod #B87008
RGB
CMYK
RGB Variations
Color information
#B87008 (or 0xB87008) is known color: Dark Goldenrod. HEX triplet: B8, 70 and 08. RGB value is (184,112,8). Sum of RGB (Red+Green+Blue) = 184+112+8=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B87008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87008 is #478FF7. Grayscale: #7A7A7A. Windows color (decimal): -4689912 or 553144. OLE color: 553144.
HSL color Cylindrical-coordinate representation of color #B87008: hue angle of 35.45º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B87008 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.28 |
| HSL | 35.45º | 0.92% | 0.38% | - |
| HSV(B) | 35.45º | 0.96% | 0.72% | - |
| XYZ | 25.61 | 21.8 | 3.09 | - |
| YUV | 121.67 | 63.85 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 8 | 0 | 0.39 | 0.96 | 0.28 | 35.45 | 0.92 | 0.38 |
| Hex | B8 | 70 | 8 | 0 | 27 | 60 | 1C | 23 | 5C | 26 |
| Octal | 270 | 160 | 10 | 0 | 47 | 140 | 34 | 43 | 134 | 46 |
| Binary | 10111000 | 1110000 | 1000 | 0 | 100111 | 1100000 | 11100 | 100011 | 1011100 | 100110 |
Color Harmonies of #B87008
Complementary color
Monochromatic Colors of #B87008
Black with #B87008
Text Example
Text Example
White with #B87008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87008; }
p { color: rgb(184,112,8); }
H1.HeaderClassName
{
color: #B87008;
}
.AnyTagClassName
{
color: #B87008;
}
</style>
background-color css
<style>
a { background-color: #B87008; }
a { background-color: rgb(184,112,8); }
div.DivClassName
{
background-color: #B87008;
}
.BgClassName
{
background-color: #B87008;
}
</style>
border-color css
<style>
span { border-color: #B87008; }
span { border-color: rgb(184,112,8); }
td.TdClassName
{
border-color: #B87008;
}
.TagClassName
{
border-color: #B87008;
}
</style>