Shades of Dark Goldenrod #B87000
Tints of Dark Goldenrod #B87000
RGB
CMYK
RGB Variations
Color information
#B87000 (or 0xB87000) is known color: Dark Goldenrod. HEX triplet: B8, 70 and 00. RGB value is (184,112,0). Sum of RGB (Red+Green+Blue) = 184+112+0=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B87000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87000 is #478FFF. Grayscale: #797979. Windows color (decimal): -4689920 or 28856. OLE color: 28856.
HSL color Cylindrical-coordinate representation of color #B87000: hue angle of 36.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B87000 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 112 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.28 |
| HSL | 36.52º | 1% | 0.36% | - |
| HSV(B) | 36.52º | 1% | 0.72% | - |
| XYZ | 25.56 | 21.78 | 2.86 | - |
| YUV | 120.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 112 | 0 | 0 | 0.39 | 1 | 0.28 | 36.52 | 1 | 0.36 |
| Hex | B8 | 70 | 0 | 0 | 27 | 64 | 1C | 25 | 64 | 24 |
| Octal | 270 | 160 | 0 | 0 | 47 | 144 | 34 | 45 | 144 | 44 |
| Binary | 10111000 | 1110000 | 0 | 0 | 100111 | 1100100 | 11100 | 100101 | 1100100 | 100100 |
Color Harmonies of #B87000
Complementary color
Monochromatic Colors of #B87000
Black with #B87000
Text Example
Text Example
White with #B87000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87000; }
p { color: rgb(184,112,0); }
H1.HeaderClassName
{
color: #B87000;
}
.AnyTagClassName
{
color: #B87000;
}
</style>
background-color css
<style>
a { background-color: #B87000; }
a { background-color: rgb(184,112,0); }
div.DivClassName
{
background-color: #B87000;
}
.BgClassName
{
background-color: #B87000;
}
</style>
border-color css
<style>
span { border-color: #B87000; }
span { border-color: rgb(184,112,0); }
td.TdClassName
{
border-color: #B87000;
}
.TagClassName
{
border-color: #B87000;
}
</style>