Shades of Dark Goldenrod #B87D14
Tints of Dark Goldenrod #B87D14
RGB
CMYK
RGB Variations
Color information
#B87D14 (or 0xB87D14) is known color: Dark Goldenrod. HEX triplet: B8, 7D and 14. RGB value is (184,125,20). Sum of RGB (Red+Green+Blue) = 184+125+20=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D14 is #4782EB. Grayscale: #838383. Windows color (decimal): -4686572 or 1342904. OLE color: 1342904.
HSL color Cylindrical-coordinate representation of color #B87D14: hue angle of 38.41º 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 #B87D14 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 20 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.28 |
| HSL | 38.41º | 0.8% | 0.4% | - |
| HSV(B) | 38.41º | 0.89% | 0.72% | - |
| XYZ | 27.23 | 24.91 | 4.03 | - |
| YUV | 130.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 20 | 0 | 0.32 | 0.89 | 0.28 | 38.41 | 0.8 | 0.4 |
| Hex | B8 | 7D | 14 | 0 | 20 | 59 | 1C | 26 | 50 | 28 |
| Octal | 270 | 175 | 24 | 0 | 40 | 131 | 34 | 46 | 120 | 50 |
| Binary | 10111000 | 1111101 | 10100 | 0 | 100000 | 1011001 | 11100 | 100110 | 1010000 | 101000 |
Color Harmonies of #B87D14
Complementary color
Monochromatic Colors of #B87D14
Black with #B87D14
Text Example
Text Example
White with #B87D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D14; }
p { color: rgb(184,125,20); }
H1.HeaderClassName
{
color: #B87D14;
}
.AnyTagClassName
{
color: #B87D14;
}
</style>
background-color css
<style>
a { background-color: #B87D14; }
a { background-color: rgb(184,125,20); }
div.DivClassName
{
background-color: #B87D14;
}
.BgClassName
{
background-color: #B87D14;
}
</style>
border-color css
<style>
span { border-color: #B87D14; }
span { border-color: rgb(184,125,20); }
td.TdClassName
{
border-color: #B87D14;
}
.TagClassName
{
border-color: #B87D14;
}
</style>