Shades of Dark Goldenrod #BC6F0E
Tints of Dark Goldenrod #BC6F0E
RGB
CMYK
RGB Variations
Color information
#BC6F0E (or 0xBC6F0E) is known color: Dark Goldenrod. HEX triplet: BC, 6F and 0E. RGB value is (188,111,14). Sum of RGB (Red+Green+Blue) = 188+111+14=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6F0E is #4390F1. Grayscale: #7B7B7B. Windows color (decimal): -4428018 or 946108. OLE color: 946108.
HSL color Cylindrical-coordinate representation of color #BC6F0E: hue angle of 33.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC6F0E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 14 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.26 |
| HSL | 33.45º | 0.86% | 0.4% | - |
| HSV(B) | 33.45º | 0.93% | 0.74% | - |
| XYZ | 26.5 | 22.09 | 3.28 | - |
| YUV | 122.97 | 66.51 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 14 | 0 | 0.41 | 0.93 | 0.26 | 33.45 | 0.86 | 0.4 |
| Hex | BC | 6F | E | 0 | 29 | 5D | 1A | 21 | 56 | 28 |
| Octal | 274 | 157 | 16 | 0 | 51 | 135 | 32 | 41 | 126 | 50 |
| Binary | 10111100 | 1101111 | 1110 | 0 | 101001 | 1011101 | 11010 | 100001 | 1010110 | 101000 |
Color Harmonies of #BC6F0E
Complementary color
Monochromatic Colors of #BC6F0E
Black with #BC6F0E
Text Example
Text Example
White with #BC6F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F0E; }
p { color: rgb(188,111,14); }
H1.HeaderClassName
{
color: #BC6F0E;
}
.AnyTagClassName
{
color: #BC6F0E;
}
</style>
background-color css
<style>
a { background-color: #BC6F0E; }
a { background-color: rgb(188,111,14); }
div.DivClassName
{
background-color: #BC6F0E;
}
.BgClassName
{
background-color: #BC6F0E;
}
</style>
border-color css
<style>
span { border-color: #BC6F0E; }
span { border-color: rgb(188,111,14); }
td.TdClassName
{
border-color: #BC6F0E;
}
.TagClassName
{
border-color: #BC6F0E;
}
</style>