Shades of Dark Goldenrod #B86E0C
Tints of Dark Goldenrod #B86E0C
RGB
CMYK
RGB Variations
Color information
#B86E0C (or 0xB86E0C) is known color: Dark Goldenrod. HEX triplet: B8, 6E and 0C. RGB value is (184,110,12). Sum of RGB (Red+Green+Blue) = 184+110+12=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86E0C is #4791F3. Grayscale: #797979. Windows color (decimal): -4690420 or 814776. OLE color: 814776.
HSL color Cylindrical-coordinate representation of color #B86E0C: hue angle of 34.19º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B86E0C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 12 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.28 |
| HSL | 34.19º | 0.88% | 0.38% | - |
| HSV(B) | 34.19º | 0.93% | 0.72% | - |
| XYZ | 25.41 | 21.37 | 3.13 | - |
| YUV | 120.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 12 | 0 | 0.40 | 0.93 | 0.28 | 34.19 | 0.88 | 0.38 |
| Hex | B8 | 6E | C | 0 | 28 | 5D | 1C | 22 | 58 | 26 |
| Octal | 270 | 156 | 14 | 0 | 50 | 135 | 34 | 42 | 130 | 46 |
| Binary | 10111000 | 1101110 | 1100 | 0 | 101000 | 1011101 | 11100 | 100010 | 1011000 | 100110 |
Color Harmonies of #B86E0C
Complementary color
Monochromatic Colors of #B86E0C
Black with #B86E0C
Text Example
Text Example
White with #B86E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E0C; }
p { color: rgb(184,110,12); }
H1.HeaderClassName
{
color: #B86E0C;
}
.AnyTagClassName
{
color: #B86E0C;
}
</style>
background-color css
<style>
a { background-color: #B86E0C; }
a { background-color: rgb(184,110,12); }
div.DivClassName
{
background-color: #B86E0C;
}
.BgClassName
{
background-color: #B86E0C;
}
</style>
border-color css
<style>
span { border-color: #B86E0C; }
span { border-color: rgb(184,110,12); }
td.TdClassName
{
border-color: #B86E0C;
}
.TagClassName
{
border-color: #B86E0C;
}
</style>