Shades of Dark Goldenrod #B86D0E
Tints of Dark Goldenrod #B86D0E
RGB
CMYK
RGB Variations
Color information
#B86D0E (or 0xB86D0E) is known color: Dark Goldenrod. HEX triplet: B8, 6D and 0E. RGB value is (184,109,14). Sum of RGB (Red+Green+Blue) = 184+109+14=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86D0E is #4792F1. Grayscale: #797979. Windows color (decimal): -4690674 or 945592. OLE color: 945592.
HSL color Cylindrical-coordinate representation of color #B86D0E: hue angle of 33.53º 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 #B86D0E is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 14 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.28 |
| HSL | 33.53º | 0.86% | 0.39% | - |
| HSV(B) | 33.53º | 0.92% | 0.72% | - |
| XYZ | 25.32 | 21.16 | 3.17 | - |
| YUV | 120.6 | 67.85 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 14 | 0 | 0.41 | 0.92 | 0.28 | 33.53 | 0.86 | 0.39 |
| Hex | B8 | 6D | E | 0 | 29 | 5C | 1C | 22 | 56 | 27 |
| Octal | 270 | 155 | 16 | 0 | 51 | 134 | 34 | 42 | 126 | 47 |
| Binary | 10111000 | 1101101 | 1110 | 0 | 101001 | 1011100 | 11100 | 100010 | 1010110 | 100111 |
Color Harmonies of #B86D0E
Complementary color
Monochromatic Colors of #B86D0E
Black with #B86D0E
Text Example
Text Example
White with #B86D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D0E; }
p { color: rgb(184,109,14); }
H1.HeaderClassName
{
color: #B86D0E;
}
.AnyTagClassName
{
color: #B86D0E;
}
</style>
background-color css
<style>
a { background-color: #B86D0E; }
a { background-color: rgb(184,109,14); }
div.DivClassName
{
background-color: #B86D0E;
}
.BgClassName
{
background-color: #B86D0E;
}
</style>
border-color css
<style>
span { border-color: #B86D0E; }
span { border-color: rgb(184,109,14); }
td.TdClassName
{
border-color: #B86D0E;
}
.TagClassName
{
border-color: #B86D0E;
}
</style>