Shades of Dark Goldenrod #B87F01
Tints of Dark Goldenrod #B87F01
RGB
CMYK
RGB Variations
Color information
#B87F01 (or 0xB87F01) is known color: Dark Goldenrod. HEX triplet: B8, 7F and 01. RGB value is (184,127,1). Sum of RGB (Red+Green+Blue) = 184+127+1=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87F01 is #4780FE. Grayscale: #828282. Windows color (decimal): -4686079 or 98232. OLE color: 98232.
HSL color Cylindrical-coordinate representation of color #B87F01: hue angle of 41.31º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B87F01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.28 |
| HSL | 41.31º | 0.99% | 0.36% | - |
| HSV(B) | 41.31º | 0.99% | 0.72% | - |
| XYZ | 27.36 | 25.37 | 3.48 | - |
| YUV | 129.68 | 55.38 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 1 | 0 | 0.31 | 0.99 | 0.28 | 41.31 | 0.99 | 0.36 |
| Hex | B8 | 7F | 1 | 0 | 1F | 63 | 1C | 29 | 63 | 24 |
| Octal | 270 | 177 | 1 | 0 | 37 | 143 | 34 | 51 | 143 | 44 |
| Binary | 10111000 | 1111111 | 1 | 0 | 11111 | 1100011 | 11100 | 101001 | 1100011 | 100100 |
Color Harmonies of #B87F01
Complementary color
Monochromatic Colors of #B87F01
Black with #B87F01
Text Example
Text Example
White with #B87F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F01; }
p { color: rgb(184,127,1); }
H1.HeaderClassName
{
color: #B87F01;
}
.AnyTagClassName
{
color: #B87F01;
}
</style>
background-color css
<style>
a { background-color: #B87F01; }
a { background-color: rgb(184,127,1); }
div.DivClassName
{
background-color: #B87F01;
}
.BgClassName
{
background-color: #B87F01;
}
</style>
border-color css
<style>
span { border-color: #B87F01; }
span { border-color: rgb(184,127,1); }
td.TdClassName
{
border-color: #B87F01;
}
.TagClassName
{
border-color: #B87F01;
}
</style>