Shades of Dark Goldenrod #B87C0A
Tints of Dark Goldenrod #B87C0A
RGB
CMYK
RGB Variations
Color information
#B87C0A (or 0xB87C0A) is known color: Dark Goldenrod. HEX triplet: B8, 7C and 0A. RGB value is (184,124,10). Sum of RGB (Red+Green+Blue) = 184+124+10=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87C0A is #4783F5. Grayscale: #818181. Windows color (decimal): -4686838 or 687288. OLE color: 687288.
HSL color Cylindrical-coordinate representation of color #B87C0A: hue angle of 39.31º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B87C0A is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 10 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.28 |
| HSL | 39.31º | 0.9% | 0.38% | - |
| HSV(B) | 39.31º | 0.95% | 0.72% | - |
| XYZ | 27.03 | 24.63 | 3.62 | - |
| YUV | 128.94 | 60.88 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 10 | 0 | 0.33 | 0.95 | 0.28 | 39.31 | 0.9 | 0.38 |
| Hex | B8 | 7C | A | 0 | 21 | 5F | 1C | 27 | 5A | 26 |
| Octal | 270 | 174 | 12 | 0 | 41 | 137 | 34 | 47 | 132 | 46 |
| Binary | 10111000 | 1111100 | 1010 | 0 | 100001 | 1011111 | 11100 | 100111 | 1011010 | 100110 |
Color Harmonies of #B87C0A
Complementary color
Monochromatic Colors of #B87C0A
Black with #B87C0A
Text Example
Text Example
White with #B87C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C0A; }
p { color: rgb(184,124,10); }
H1.HeaderClassName
{
color: #B87C0A;
}
.AnyTagClassName
{
color: #B87C0A;
}
</style>
background-color css
<style>
a { background-color: #B87C0A; }
a { background-color: rgb(184,124,10); }
div.DivClassName
{
background-color: #B87C0A;
}
.BgClassName
{
background-color: #B87C0A;
}
</style>
border-color css
<style>
span { border-color: #B87C0A; }
span { border-color: rgb(184,124,10); }
td.TdClassName
{
border-color: #B87C0A;
}
.TagClassName
{
border-color: #B87C0A;
}
</style>