Shades of Dark Goldenrod #BC6E09
Tints of Dark Goldenrod #BC6E09
RGB
CMYK
RGB Variations
Color information
#BC6E09 (or 0xBC6E09) is known color: Dark Goldenrod. HEX triplet: BC, 6E and 09. RGB value is (188,110,9). Sum of RGB (Red+Green+Blue) = 188+110+9=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6E09 is #4391F6. Grayscale: #7A7A7A. Windows color (decimal): -4428279 or 618172. OLE color: 618172.
HSL color Cylindrical-coordinate representation of color #BC6E09: hue angle of 33.85º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC6E09 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 110 | 9 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.26 |
| HSL | 33.85º | 0.91% | 0.39% | - |
| HSV(B) | 33.85º | 0.95% | 0.74% | - |
| XYZ | 26.36 | 21.86 | 3.09 | - |
| YUV | 121.81 | 64.34 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 9 | 0 | 0.41 | 0.95 | 0.26 | 33.85 | 0.91 | 0.39 |
| Hex | BC | 6E | 9 | 0 | 29 | 5F | 1A | 22 | 5B | 27 |
| Octal | 274 | 156 | 11 | 0 | 51 | 137 | 32 | 42 | 133 | 47 |
| Binary | 10111100 | 1101110 | 1001 | 0 | 101001 | 1011111 | 11010 | 100010 | 1011011 | 100111 |
Color Harmonies of #BC6E09
Complementary color
Monochromatic Colors of #BC6E09
Black with #BC6E09
Text Example
Text Example
White with #BC6E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6E09; }
p { color: rgb(188,110,9); }
H1.HeaderClassName
{
color: #BC6E09;
}
.AnyTagClassName
{
color: #BC6E09;
}
</style>
background-color css
<style>
a { background-color: #BC6E09; }
a { background-color: rgb(188,110,9); }
div.DivClassName
{
background-color: #BC6E09;
}
.BgClassName
{
background-color: #BC6E09;
}
</style>
border-color css
<style>
span { border-color: #BC6E09; }
span { border-color: rgb(188,110,9); }
td.TdClassName
{
border-color: #BC6E09;
}
.TagClassName
{
border-color: #BC6E09;
}
</style>