Shades of Dark Goldenrod #B8840E
Tints of Dark Goldenrod #B8840E
RGB
CMYK
RGB Variations
Color information
#B8840E (or 0xB8840E) is known color: Dark Goldenrod. HEX triplet: B8, 84 and 0E. RGB value is (184,132,14). Sum of RGB (Red+Green+Blue) = 184+132+14=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8840E is #477BF1. Grayscale: #868686. Windows color (decimal): -4684786 or 951480. OLE color: 951480.
HSL color Cylindrical-coordinate representation of color #B8840E: hue angle of 41.65º 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 #B8840E is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 14 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.28 |
| HSL | 41.65º | 0.86% | 0.39% | - |
| HSV(B) | 41.65º | 0.92% | 0.72% | - |
| XYZ | 28.1 | 26.72 | 4.09 | - |
| YUV | 134.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 14 | 0 | 0.28 | 0.92 | 0.28 | 41.65 | 0.86 | 0.39 |
| Hex | B8 | 84 | E | 0 | 1C | 5C | 1C | 2A | 56 | 27 |
| Octal | 270 | 204 | 16 | 0 | 34 | 134 | 34 | 52 | 126 | 47 |
| Binary | 10111000 | 10000100 | 1110 | 0 | 11100 | 1011100 | 11100 | 101010 | 1010110 | 100111 |
Color Harmonies of #B8840E
Complementary color
Monochromatic Colors of #B8840E
Black with #B8840E
Text Example
Text Example
White with #B8840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8840E; }
p { color: rgb(184,132,14); }
H1.HeaderClassName
{
color: #B8840E;
}
.AnyTagClassName
{
color: #B8840E;
}
</style>
background-color css
<style>
a { background-color: #B8840E; }
a { background-color: rgb(184,132,14); }
div.DivClassName
{
background-color: #B8840E;
}
.BgClassName
{
background-color: #B8840E;
}
</style>
border-color css
<style>
span { border-color: #B8840E; }
span { border-color: rgb(184,132,14); }
td.TdClassName
{
border-color: #B8840E;
}
.TagClassName
{
border-color: #B8840E;
}
</style>