Shades of Dark Goldenrod #B87B01
Tints of Dark Goldenrod #B87B01
RGB
CMYK
RGB Variations
Color information
#B87B01 (or 0xB87B01) is known color: Dark Goldenrod. HEX triplet: B8, 7B and 01. RGB value is (184,123,1). Sum of RGB (Red+Green+Blue) = 184+123+1=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87B01 is #4784FE. Grayscale: #7F7F7F. Windows color (decimal): -4687103 or 97208. OLE color: 97208.
HSL color Cylindrical-coordinate representation of color #B87B01: hue angle of 40º 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 #B87B01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.28 |
| HSL | 40º | 0.99% | 0.36% | - |
| HSV(B) | 40º | 0.99% | 0.72% | - |
| XYZ | 26.86 | 24.36 | 3.31 | - |
| YUV | 127.33 | 56.71 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 1 | 0 | 0.33 | 0.99 | 0.28 | 40 | 0.99 | 0.36 |
| Hex | B8 | 7B | 1 | 0 | 21 | 63 | 1C | 28 | 63 | 24 |
| Octal | 270 | 173 | 1 | 0 | 41 | 143 | 34 | 50 | 143 | 44 |
| Binary | 10111000 | 1111011 | 1 | 0 | 100001 | 1100011 | 11100 | 101000 | 1100011 | 100100 |
Color Harmonies of #B87B01
Complementary color
Monochromatic Colors of #B87B01
Black with #B87B01
Text Example
Text Example
White with #B87B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B01; }
p { color: rgb(184,123,1); }
H1.HeaderClassName
{
color: #B87B01;
}
.AnyTagClassName
{
color: #B87B01;
}
</style>
background-color css
<style>
a { background-color: #B87B01; }
a { background-color: rgb(184,123,1); }
div.DivClassName
{
background-color: #B87B01;
}
.BgClassName
{
background-color: #B87B01;
}
</style>
border-color css
<style>
span { border-color: #B87B01; }
span { border-color: rgb(184,123,1); }
td.TdClassName
{
border-color: #B87B01;
}
.TagClassName
{
border-color: #B87B01;
}
</style>