Shades of Dark Goldenrod #B87C0E
Tints of Dark Goldenrod #B87C0E
RGB
CMYK
RGB Variations
Color information
#B87C0E (or 0xB87C0E) is known color: Dark Goldenrod. HEX triplet: B8, 7C and 0E. RGB value is (184,124,14). Sum of RGB (Red+Green+Blue) = 184+124+14=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87C0E is #4783F1. Grayscale: #818181. Windows color (decimal): -4686834 or 949432. OLE color: 949432.
HSL color Cylindrical-coordinate representation of color #B87C0E: hue angle of 38.82º 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 #B87C0E is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 14 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.28 |
| HSL | 38.82º | 0.86% | 0.39% | - |
| HSV(B) | 38.82º | 0.92% | 0.72% | - |
| XYZ | 27.05 | 24.64 | 3.75 | - |
| YUV | 129.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 14 | 0 | 0.33 | 0.92 | 0.28 | 38.82 | 0.86 | 0.39 |
| Hex | B8 | 7C | E | 0 | 21 | 5C | 1C | 27 | 56 | 27 |
| Octal | 270 | 174 | 16 | 0 | 41 | 134 | 34 | 47 | 126 | 47 |
| Binary | 10111000 | 1111100 | 1110 | 0 | 100001 | 1011100 | 11100 | 100111 | 1010110 | 100111 |
Color Harmonies of #B87C0E
Complementary color
Monochromatic Colors of #B87C0E
Black with #B87C0E
Text Example
Text Example
White with #B87C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C0E; }
p { color: rgb(184,124,14); }
H1.HeaderClassName
{
color: #B87C0E;
}
.AnyTagClassName
{
color: #B87C0E;
}
</style>
background-color css
<style>
a { background-color: #B87C0E; }
a { background-color: rgb(184,124,14); }
div.DivClassName
{
background-color: #B87C0E;
}
.BgClassName
{
background-color: #B87C0E;
}
</style>
border-color css
<style>
span { border-color: #B87C0E; }
span { border-color: rgb(184,124,14); }
td.TdClassName
{
border-color: #B87C0E;
}
.TagClassName
{
border-color: #B87C0E;
}
</style>