Shades of Dark Goldenrod #B87D0E
Tints of Dark Goldenrod #B87D0E
RGB
CMYK
RGB Variations
Color information
#B87D0E (or 0xB87D0E) is known color: Dark Goldenrod. HEX triplet: B8, 7D and 0E. RGB value is (184,125,14). Sum of RGB (Red+Green+Blue) = 184+125+14=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D0E is #4782F1. Grayscale: #828282. Windows color (decimal): -4686578 or 949688. OLE color: 949688.
HSL color Cylindrical-coordinate representation of color #B87D0E: hue angle of 39.18º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B87D0E is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 14 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.28 |
| HSL | 39.18º | 0.86% | 0.39% | - |
| HSV(B) | 39.18º | 0.92% | 0.72% | - |
| XYZ | 27.18 | 24.89 | 3.79 | - |
| YUV | 129.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 14 | 0 | 0.32 | 0.92 | 0.28 | 39.18 | 0.86 | 0.39 |
| Hex | B8 | 7D | E | 0 | 20 | 5C | 1C | 27 | 56 | 27 |
| Octal | 270 | 175 | 16 | 0 | 40 | 134 | 34 | 47 | 126 | 47 |
| Binary | 10111000 | 1111101 | 1110 | 0 | 100000 | 1011100 | 11100 | 100111 | 1010110 | 100111 |
Color Harmonies of #B87D0E
Complementary color
Monochromatic Colors of #B87D0E
Black with #B87D0E
Text Example
Text Example
White with #B87D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D0E; }
p { color: rgb(184,125,14); }
H1.HeaderClassName
{
color: #B87D0E;
}
.AnyTagClassName
{
color: #B87D0E;
}
</style>
background-color css
<style>
a { background-color: #B87D0E; }
a { background-color: rgb(184,125,14); }
div.DivClassName
{
background-color: #B87D0E;
}
.BgClassName
{
background-color: #B87D0E;
}
</style>
border-color css
<style>
span { border-color: #B87D0E; }
span { border-color: rgb(184,125,14); }
td.TdClassName
{
border-color: #B87D0E;
}
.TagClassName
{
border-color: #B87D0E;
}
</style>