Shades of Dark Goldenrod #B87F12
Tints of Dark Goldenrod #B87F12
RGB
CMYK
RGB Variations
Color information
#B87F12 (or 0xB87F12) is known color: Dark Goldenrod. HEX triplet: B8, 7F and 12. RGB value is (184,127,18). Sum of RGB (Red+Green+Blue) = 184+127+18=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87F12 is #4780ED. Grayscale: #848484. Windows color (decimal): -4686062 or 1212344. OLE color: 1212344.
HSL color Cylindrical-coordinate representation of color #B87F12: hue angle of 39.4º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B87F12 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 18 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.28 |
| HSL | 39.4º | 0.82% | 0.4% | - |
| HSV(B) | 39.4º | 0.9% | 0.72% | - |
| XYZ | 27.47 | 25.41 | 4.03 | - |
| YUV | 131.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 18 | 0 | 0.31 | 0.90 | 0.28 | 39.4 | 0.82 | 0.4 |
| Hex | B8 | 7F | 12 | 0 | 1F | 5A | 1C | 27 | 52 | 28 |
| Octal | 270 | 177 | 22 | 0 | 37 | 132 | 34 | 47 | 122 | 50 |
| Binary | 10111000 | 1111111 | 10010 | 0 | 11111 | 1011010 | 11100 | 100111 | 1010010 | 101000 |
Color Harmonies of #B87F12
Complementary color
Monochromatic Colors of #B87F12
Black with #B87F12
Text Example
Text Example
White with #B87F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F12; }
p { color: rgb(184,127,18); }
H1.HeaderClassName
{
color: #B87F12;
}
.AnyTagClassName
{
color: #B87F12;
}
</style>
background-color css
<style>
a { background-color: #B87F12; }
a { background-color: rgb(184,127,18); }
div.DivClassName
{
background-color: #B87F12;
}
.BgClassName
{
background-color: #B87F12;
}
</style>
border-color css
<style>
span { border-color: #B87F12; }
span { border-color: rgb(184,127,18); }
td.TdClassName
{
border-color: #B87F12;
}
.TagClassName
{
border-color: #B87F12;
}
</style>