Shades of Dark Goldenrod #B87D15
Tints of Dark Goldenrod #B87D15
RGB
CMYK
RGB Variations
Color information
#B87D15 (or 0xB87D15) is known color: Dark Goldenrod. HEX triplet: B8, 7D and 15. RGB value is (184,125,21). Sum of RGB (Red+Green+Blue) = 184+125+21=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D15 is #4782EA. Grayscale: #838383. Windows color (decimal): -4686571 or 1408440. OLE color: 1408440.
HSL color Cylindrical-coordinate representation of color #B87D15: hue angle of 38.28º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B87D15 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 21 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.28 |
| HSL | 38.28º | 0.8% | 0.4% | - |
| HSV(B) | 38.28º | 0.89% | 0.72% | - |
| XYZ | 27.24 | 24.91 | 4.08 | - |
| YUV | 130.79 | 66.05 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 21 | 0 | 0.32 | 0.89 | 0.28 | 38.28 | 0.8 | 0.4 |
| Hex | B8 | 7D | 15 | 0 | 20 | 59 | 1C | 26 | 50 | 28 |
| Octal | 270 | 175 | 25 | 0 | 40 | 131 | 34 | 46 | 120 | 50 |
| Binary | 10111000 | 1111101 | 10101 | 0 | 100000 | 1011001 | 11100 | 100110 | 1010000 | 101000 |
Color Harmonies of #B87D15
Complementary color
Monochromatic Colors of #B87D15
Black with #B87D15
Text Example
Text Example
White with #B87D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D15; }
p { color: rgb(184,125,21); }
H1.HeaderClassName
{
color: #B87D15;
}
.AnyTagClassName
{
color: #B87D15;
}
</style>
background-color css
<style>
a { background-color: #B87D15; }
a { background-color: rgb(184,125,21); }
div.DivClassName
{
background-color: #B87D15;
}
.BgClassName
{
background-color: #B87D15;
}
</style>
border-color css
<style>
span { border-color: #B87D15; }
span { border-color: rgb(184,125,21); }
td.TdClassName
{
border-color: #B87D15;
}
.TagClassName
{
border-color: #B87D15;
}
</style>