Shades of Dark Khaki #BCB970
Tints of Dark Khaki #BCB970
RGB
CMYK
RGB Variations
Color information
#BCB970 (or 0xBCB970) is known color: Dark Khaki. HEX triplet: BC, B9 and 70. RGB value is (188,185,112). Sum of RGB (Red+Green+Blue) = 188+185+112=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB970 is #43468F. Grayscale: #B1B1B1. Windows color (decimal): -4408976 or 7387580. OLE color: 7387580.
HSL color Cylindrical-coordinate representation of color #BCB970: hue angle of 57.63º 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 #BCB970 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 112 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.26 |
| HSL | 57.63º | 0.36% | 0.59% | - |
| HSV(B) | 57.63º | 0.4% | 0.74% | - |
| XYZ | 41.01 | 46.56 | 22.15 | - |
| YUV | 177.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 112 | 0 | 0.02 | 0.40 | 0.26 | 57.63 | 0.36 | 0.59 |
| Hex | BC | B9 | 70 | 0 | 2 | 28 | 1A | 3A | 24 | 3B |
| Octal | 274 | 271 | 160 | 0 | 2 | 50 | 32 | 72 | 44 | 73 |
| Binary | 10111100 | 10111001 | 1110000 | 0 | 10 | 101000 | 11010 | 111010 | 100100 | 111011 |
Color Harmonies of #BCB970
Complementary color
Monochromatic Colors of #BCB970
Black with #BCB970
Text Example
Text Example
White with #BCB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB970; }
p { color: rgb(188,185,112); }
H1.HeaderClassName
{
color: #BCB970;
}
.AnyTagClassName
{
color: #BCB970;
}
</style>
background-color css
<style>
a { background-color: #BCB970; }
a { background-color: rgb(188,185,112); }
div.DivClassName
{
background-color: #BCB970;
}
.BgClassName
{
background-color: #BCB970;
}
</style>
border-color css
<style>
span { border-color: #BCB970; }
span { border-color: rgb(188,185,112); }
td.TdClassName
{
border-color: #BCB970;
}
.TagClassName
{
border-color: #BCB970;
}
</style>