Shades of Dark Khaki #BCBA70
Tints of Dark Khaki #BCBA70
RGB
CMYK
RGB Variations
Color information
#BCBA70 (or 0xBCBA70) is known color: Dark Khaki. HEX triplet: BC, BA and 70. RGB value is (188,186,112). Sum of RGB (Red+Green+Blue) = 188+186+112=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA70 is #43458F. Grayscale: #B2B2B2. Windows color (decimal): -4408720 or 7387836. OLE color: 7387836.
HSL color Cylindrical-coordinate representation of color #BCBA70: hue angle of 58.42º 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 #BCBA70 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 112 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.26 |
| HSL | 58.42º | 0.36% | 0.59% | - |
| HSV(B) | 58.42º | 0.4% | 0.74% | - |
| XYZ | 41.22 | 46.98 | 22.22 | - |
| YUV | 178.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 112 | 0 | 0.01 | 0.40 | 0.26 | 58.42 | 0.36 | 0.59 |
| Hex | BC | BA | 70 | 0 | 1 | 28 | 1A | 3A | 24 | 3B |
| Octal | 274 | 272 | 160 | 0 | 1 | 50 | 32 | 72 | 44 | 73 |
| Binary | 10111100 | 10111010 | 1110000 | 0 | 1 | 101000 | 11010 | 111010 | 100100 | 111011 |
Color Harmonies of #BCBA70
Complementary color
Monochromatic Colors of #BCBA70
Black with #BCBA70
Text Example
Text Example
White with #BCBA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA70; }
p { color: rgb(188,186,112); }
H1.HeaderClassName
{
color: #BCBA70;
}
.AnyTagClassName
{
color: #BCBA70;
}
</style>
background-color css
<style>
a { background-color: #BCBA70; }
a { background-color: rgb(188,186,112); }
div.DivClassName
{
background-color: #BCBA70;
}
.BgClassName
{
background-color: #BCBA70;
}
</style>
border-color css
<style>
span { border-color: #BCBA70; }
span { border-color: rgb(188,186,112); }
td.TdClassName
{
border-color: #BCBA70;
}
.TagClassName
{
border-color: #BCBA70;
}
</style>