Shades of Dark Goldenrod #B87E02
Tints of Dark Goldenrod #B87E02
RGB
CMYK
RGB Variations
Color information
#B87E02 (or 0xB87E02) is known color: Dark Goldenrod. HEX triplet: B8, 7E and 02. RGB value is (184,126,2). Sum of RGB (Red+Green+Blue) = 184+126+2=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87E02 is #4781FD. Grayscale: #818181. Windows color (decimal): -4686334 or 163512. OLE color: 163512.
HSL color Cylindrical-coordinate representation of color #B87E02: hue angle of 40.88º 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 #B87E02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.28 |
| HSL | 40.88º | 0.98% | 0.36% | - |
| HSV(B) | 40.88º | 0.99% | 0.72% | - |
| XYZ | 27.24 | 25.12 | 3.47 | - |
| YUV | 129.21 | 56.22 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 2 | 0 | 0.32 | 0.99 | 0.28 | 40.88 | 0.98 | 0.36 |
| Hex | B8 | 7E | 2 | 0 | 20 | 63 | 1C | 29 | 62 | 24 |
| Octal | 270 | 176 | 2 | 0 | 40 | 143 | 34 | 51 | 142 | 44 |
| Binary | 10111000 | 1111110 | 10 | 0 | 100000 | 1100011 | 11100 | 101001 | 1100010 | 100100 |
Color Harmonies of #B87E02
Complementary color
Monochromatic Colors of #B87E02
Black with #B87E02
Text Example
Text Example
White with #B87E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87E02; }
p { color: rgb(184,126,2); }
H1.HeaderClassName
{
color: #B87E02;
}
.AnyTagClassName
{
color: #B87E02;
}
</style>
background-color css
<style>
a { background-color: #B87E02; }
a { background-color: rgb(184,126,2); }
div.DivClassName
{
background-color: #B87E02;
}
.BgClassName
{
background-color: #B87E02;
}
</style>
border-color css
<style>
span { border-color: #B87E02; }
span { border-color: rgb(184,126,2); }
td.TdClassName
{
border-color: #B87E02;
}
.TagClassName
{
border-color: #B87E02;
}
</style>