Shades of Dark Goldenrod #BC6D07
Tints of Dark Goldenrod #BC6D07
RGB
CMYK
RGB Variations
Color information
#BC6D07 (or 0xBC6D07) is known color: Dark Goldenrod. HEX triplet: BC, 6D and 07. RGB value is (188,109,7). Sum of RGB (Red+Green+Blue) = 188+109+7=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D07 is #4392F8. Grayscale: #797979. Windows color (decimal): -4428537 or 486844. OLE color: 486844.
HSL color Cylindrical-coordinate representation of color #BC6D07: hue angle of 33.81º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC6D07 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 7 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.26 |
| HSL | 33.81º | 0.93% | 0.38% | - |
| HSV(B) | 33.81º | 0.96% | 0.74% | - |
| XYZ | 26.25 | 21.64 | 3 | - |
| YUV | 120.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 7 | 0 | 0.42 | 0.96 | 0.26 | 33.81 | 0.93 | 0.38 |
| Hex | BC | 6D | 7 | 0 | 2A | 60 | 1A | 22 | 5D | 26 |
| Octal | 274 | 155 | 7 | 0 | 52 | 140 | 32 | 42 | 135 | 46 |
| Binary | 10111100 | 1101101 | 111 | 0 | 101010 | 1100000 | 11010 | 100010 | 1011101 | 100110 |
Color Harmonies of #BC6D07
Complementary color
Monochromatic Colors of #BC6D07
Black with #BC6D07
Text Example
Text Example
White with #BC6D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D07; }
p { color: rgb(188,109,7); }
H1.HeaderClassName
{
color: #BC6D07;
}
.AnyTagClassName
{
color: #BC6D07;
}
</style>
background-color css
<style>
a { background-color: #BC6D07; }
a { background-color: rgb(188,109,7); }
div.DivClassName
{
background-color: #BC6D07;
}
.BgClassName
{
background-color: #BC6D07;
}
</style>
border-color css
<style>
span { border-color: #BC6D07; }
span { border-color: rgb(188,109,7); }
td.TdClassName
{
border-color: #BC6D07;
}
.TagClassName
{
border-color: #BC6D07;
}
</style>