Shades of Dark Goldenrod #B87D00
Tints of Dark Goldenrod #B87D00
RGB
CMYK
RGB Variations
Color information
#B87D00 (or 0xB87D00) is known color: Dark Goldenrod. HEX triplet: B8, 7D and 00. RGB value is (184,125,0). Sum of RGB (Red+Green+Blue) = 184+125+0=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D00 is #4782FF. Grayscale: #808080. Windows color (decimal): -4686592 or 32184. OLE color: 32184.
HSL color Cylindrical-coordinate representation of color #B87D00: hue angle of 40.76º 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 #B87D00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.28 |
| HSL | 40.76º | 1% | 0.36% | - |
| HSV(B) | 40.76º | 1% | 0.72% | - |
| XYZ | 27.1 | 24.86 | 3.37 | - |
| YUV | 128.39 | 55.55 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 0 | 0 | 0.32 | 1 | 0.28 | 40.76 | 1 | 0.36 |
| Hex | B8 | 7D | 0 | 0 | 20 | 64 | 1C | 29 | 64 | 24 |
| Octal | 270 | 175 | 0 | 0 | 40 | 144 | 34 | 51 | 144 | 44 |
| Binary | 10111000 | 1111101 | 0 | 0 | 100000 | 1100100 | 11100 | 101001 | 1100100 | 100100 |
Color Harmonies of #B87D00
Complementary color
Monochromatic Colors of #B87D00
Black with #B87D00
Text Example
Text Example
White with #B87D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D00; }
p { color: rgb(184,125,0); }
H1.HeaderClassName
{
color: #B87D00;
}
.AnyTagClassName
{
color: #B87D00;
}
</style>
background-color css
<style>
a { background-color: #B87D00; }
a { background-color: rgb(184,125,0); }
div.DivClassName
{
background-color: #B87D00;
}
.BgClassName
{
background-color: #B87D00;
}
</style>
border-color css
<style>
span { border-color: #B87D00; }
span { border-color: rgb(184,125,0); }
td.TdClassName
{
border-color: #B87D00;
}
.TagClassName
{
border-color: #B87D00;
}
</style>