Shades of Dark Goldenrod #B87D02
Tints of Dark Goldenrod #B87D02
RGB
CMYK
RGB Variations
Color information
#B87D02 (or 0xB87D02) is known color: Dark Goldenrod. HEX triplet: B8, 7D and 02. RGB value is (184,125,2). Sum of RGB (Red+Green+Blue) = 184+125+2=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D02 is #4782FD. Grayscale: #818181. Windows color (decimal): -4686590 or 163256. OLE color: 163256.
HSL color Cylindrical-coordinate representation of color #B87D02: hue angle of 40.55º degrees, saturation: 0.98, 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 #B87D02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.28 |
| HSL | 40.55º | 0.98% | 0.36% | - |
| HSV(B) | 40.55º | 0.99% | 0.72% | - |
| XYZ | 27.11 | 24.86 | 3.43 | - |
| YUV | 128.62 | 56.55 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 2 | 0 | 0.32 | 0.99 | 0.28 | 40.55 | 0.98 | 0.36 |
| Hex | B8 | 7D | 2 | 0 | 20 | 63 | 1C | 29 | 62 | 24 |
| Octal | 270 | 175 | 2 | 0 | 40 | 143 | 34 | 51 | 142 | 44 |
| Binary | 10111000 | 1111101 | 10 | 0 | 100000 | 1100011 | 11100 | 101001 | 1100010 | 100100 |
Color Harmonies of #B87D02
Complementary color
Monochromatic Colors of #B87D02
Black with #B87D02
Text Example
Text Example
White with #B87D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D02; }
p { color: rgb(184,125,2); }
H1.HeaderClassName
{
color: #B87D02;
}
.AnyTagClassName
{
color: #B87D02;
}
</style>
background-color css
<style>
a { background-color: #B87D02; }
a { background-color: rgb(184,125,2); }
div.DivClassName
{
background-color: #B87D02;
}
.BgClassName
{
background-color: #B87D02;
}
</style>
border-color css
<style>
span { border-color: #B87D02; }
span { border-color: rgb(184,125,2); }
td.TdClassName
{
border-color: #B87D02;
}
.TagClassName
{
border-color: #B87D02;
}
</style>