Shades of Dark Khaki #BCBC70
Tints of Dark Khaki #BCBC70
RGB
CMYK
RGB Variations
Color information
#BCBC70 (or 0xBCBC70) is known color: Dark Khaki. HEX triplet: BC, BC and 70. RGB value is (188,188,112). Sum of RGB (Red+Green+Blue) = 188+188+112=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC70 is #43438F. Grayscale: #B3B3B3. Windows color (decimal): -4408208 or 7388348. OLE color: 7388348.
HSL color Cylindrical-coordinate representation of color #BCBC70: hue angle of 60º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCBC70 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 112 | - |
| CMYK | 0 | 0 | 0.40 | 0.26 |
| HSL | 60º | 0.36% | 0.59% | - |
| HSV(B) | 60º | 0.4% | 0.74% | - |
| XYZ | 41.65 | 47.83 | 22.37 | - |
| YUV | 179.34 | 90 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 112 | 0 | 0 | 0.40 | 0.26 | 60 | 0.36 | 0.59 |
| Hex | BC | BC | 70 | 0 | 0 | 28 | 1A | 3C | 24 | 3B |
| Octal | 274 | 274 | 160 | 0 | 0 | 50 | 32 | 74 | 44 | 73 |
| Binary | 10111100 | 10111100 | 1110000 | 0 | 0 | 101000 | 11010 | 111100 | 100100 | 111011 |
Color Harmonies of #BCBC70
Complementary color
Monochromatic Colors of #BCBC70
Black with #BCBC70
Text Example
Text Example
White with #BCBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC70; }
p { color: rgb(188,188,112); }
H1.HeaderClassName
{
color: #BCBC70;
}
.AnyTagClassName
{
color: #BCBC70;
}
</style>
background-color css
<style>
a { background-color: #BCBC70; }
a { background-color: rgb(188,188,112); }
div.DivClassName
{
background-color: #BCBC70;
}
.BgClassName
{
background-color: #BCBC70;
}
</style>
border-color css
<style>
span { border-color: #BCBC70; }
span { border-color: rgb(188,188,112); }
td.TdClassName
{
border-color: #BCBC70;
}
.TagClassName
{
border-color: #BCBC70;
}
</style>