Shades of Dark Goldenrod #B87F0A
Tints of Dark Goldenrod #B87F0A
RGB
CMYK
RGB Variations
Color information
#B87F0A (or 0xB87F0A) is known color: Dark Goldenrod. HEX triplet: B8, 7F and 0A. RGB value is (184,127,10). Sum of RGB (Red+Green+Blue) = 184+127+10=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87F0A is #4780F5. Grayscale: #838383. Windows color (decimal): -4686070 or 688056. OLE color: 688056.
HSL color Cylindrical-coordinate representation of color #B87F0A: hue angle of 40.34º 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 #B87F0A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.28 |
| HSL | 40.34º | 0.9% | 0.38% | - |
| HSV(B) | 40.34º | 0.95% | 0.72% | - |
| XYZ | 27.41 | 25.39 | 3.74 | - |
| YUV | 130.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 10 | 0 | 0.31 | 0.95 | 0.28 | 40.34 | 0.9 | 0.38 |
| Hex | B8 | 7F | A | 0 | 1F | 5F | 1C | 28 | 5A | 26 |
| Octal | 270 | 177 | 12 | 0 | 37 | 137 | 34 | 50 | 132 | 46 |
| Binary | 10111000 | 1111111 | 1010 | 0 | 11111 | 1011111 | 11100 | 101000 | 1011010 | 100110 |
Color Harmonies of #B87F0A
Complementary color
Monochromatic Colors of #B87F0A
Black with #B87F0A
Text Example
Text Example
White with #B87F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F0A; }
p { color: rgb(184,127,10); }
H1.HeaderClassName
{
color: #B87F0A;
}
.AnyTagClassName
{
color: #B87F0A;
}
</style>
background-color css
<style>
a { background-color: #B87F0A; }
a { background-color: rgb(184,127,10); }
div.DivClassName
{
background-color: #B87F0A;
}
.BgClassName
{
background-color: #B87F0A;
}
</style>
border-color css
<style>
span { border-color: #B87F0A; }
span { border-color: rgb(184,127,10); }
td.TdClassName
{
border-color: #B87F0A;
}
.TagClassName
{
border-color: #B87F0A;
}
</style>