Shades of Dark Goldenrod #BC6D00
Tints of Dark Goldenrod #BC6D00
RGB
CMYK
RGB Variations
Color information
#BC6D00 (or 0xBC6D00) is known color: Dark Goldenrod. HEX triplet: BC, 6D and 00. RGB value is (188,109,0). Sum of RGB (Red+Green+Blue) = 188+109+0=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D00 is #4392FF. Grayscale: #787878. Windows color (decimal): -4428544 or 28092. OLE color: 28092.
HSL color Cylindrical-coordinate representation of color #BC6D00: hue angle of 34.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC6D00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.26 |
| HSL | 34.79º | 1% | 0.37% | - |
| HSV(B) | 34.79º | 1% | 0.74% | - |
| XYZ | 26.21 | 21.63 | 2.79 | - |
| YUV | 120.2 | 60.17 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 0 | 0 | 0.42 | 1 | 0.26 | 34.79 | 1 | 0.37 |
| Hex | BC | 6D | 0 | 0 | 2A | 64 | 1A | 23 | 64 | 25 |
| Octal | 274 | 155 | 0 | 0 | 52 | 144 | 32 | 43 | 144 | 45 |
| Binary | 10111100 | 1101101 | 0 | 0 | 101010 | 1100100 | 11010 | 100011 | 1100100 | 100101 |
Color Harmonies of #BC6D00
Complementary color
Monochromatic Colors of #BC6D00
Black with #BC6D00
Text Example
Text Example
White with #BC6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D00; }
p { color: rgb(188,109,0); }
H1.HeaderClassName
{
color: #BC6D00;
}
.AnyTagClassName
{
color: #BC6D00;
}
</style>
background-color css
<style>
a { background-color: #BC6D00; }
a { background-color: rgb(188,109,0); }
div.DivClassName
{
background-color: #BC6D00;
}
.BgClassName
{
background-color: #BC6D00;
}
</style>
border-color css
<style>
span { border-color: #BC6D00; }
span { border-color: rgb(188,109,0); }
td.TdClassName
{
border-color: #BC6D00;
}
.TagClassName
{
border-color: #BC6D00;
}
</style>