Shades of Dark Goldenrod #BC6C06
Tints of Dark Goldenrod #BC6C06
RGB
CMYK
RGB Variations
Color information
#BC6C06 (or 0xBC6C06) is known color: Dark Goldenrod. HEX triplet: BC, 6C and 06. RGB value is (188,108,6). Sum of RGB (Red+Green+Blue) = 188+108+6=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6C06 is #4393F9. Grayscale: #787878. Windows color (decimal): -4428794 or 421052. OLE color: 421052.
HSL color Cylindrical-coordinate representation of color #BC6C06: hue angle of 33.63º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC6C06 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 6 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.26 |
| HSL | 33.63º | 0.94% | 0.38% | - |
| HSV(B) | 33.63º | 0.97% | 0.74% | - |
| XYZ | 26.13 | 21.43 | 2.93 | - |
| YUV | 120.29 | 63.5 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 6 | 0 | 0.43 | 0.97 | 0.26 | 33.63 | 0.94 | 0.38 |
| Hex | BC | 6C | 6 | 0 | 2B | 61 | 1A | 22 | 5E | 26 |
| Octal | 274 | 154 | 6 | 0 | 53 | 141 | 32 | 42 | 136 | 46 |
| Binary | 10111100 | 1101100 | 110 | 0 | 101011 | 1100001 | 11010 | 100010 | 1011110 | 100110 |
Color Harmonies of #BC6C06
Complementary color
Monochromatic Colors of #BC6C06
Black with #BC6C06
Text Example
Text Example
White with #BC6C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C06; }
p { color: rgb(188,108,6); }
H1.HeaderClassName
{
color: #BC6C06;
}
.AnyTagClassName
{
color: #BC6C06;
}
</style>
background-color css
<style>
a { background-color: #BC6C06; }
a { background-color: rgb(188,108,6); }
div.DivClassName
{
background-color: #BC6C06;
}
.BgClassName
{
background-color: #BC6C06;
}
</style>
border-color css
<style>
span { border-color: #BC6C06; }
span { border-color: rgb(188,108,6); }
td.TdClassName
{
border-color: #BC6C06;
}
.TagClassName
{
border-color: #BC6C06;
}
</style>