Shades of Dark Khaki #BCBA66
Tints of Dark Khaki #BCBA66
RGB
CMYK
RGB Variations
Color information
#BCBA66 (or 0xBCBA66) is known color: Dark Khaki. HEX triplet: BC, BA and 66. RGB value is (188,186,102). Sum of RGB (Red+Green+Blue) = 188+186+102=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA66 is #434599. Grayscale: #B1B1B1. Windows color (decimal): -4408730 or 6732476. OLE color: 6732476.
HSL color Cylindrical-coordinate representation of color #BCBA66: hue angle of 58.6º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCBA66 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 102 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.26 |
| HSL | 58.6º | 0.39% | 0.57% | - |
| HSV(B) | 58.6º | 0.46% | 0.74% | - |
| XYZ | 40.7 | 46.77 | 19.45 | - |
| YUV | 177.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 102 | 0 | 0.01 | 0.46 | 0.26 | 58.6 | 0.39 | 0.57 |
| Hex | BC | BA | 66 | 0 | 1 | 2E | 1A | 3B | 27 | 39 |
| Octal | 274 | 272 | 146 | 0 | 1 | 56 | 32 | 73 | 47 | 71 |
| Binary | 10111100 | 10111010 | 1100110 | 0 | 1 | 101110 | 11010 | 111011 | 100111 | 111001 |
Color Harmonies of #BCBA66
Complementary color
Monochromatic Colors of #BCBA66
Black with #BCBA66
Text Example
Text Example
White with #BCBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA66; }
p { color: rgb(188,186,102); }
H1.HeaderClassName
{
color: #BCBA66;
}
.AnyTagClassName
{
color: #BCBA66;
}
</style>
background-color css
<style>
a { background-color: #BCBA66; }
a { background-color: rgb(188,186,102); }
div.DivClassName
{
background-color: #BCBA66;
}
.BgClassName
{
background-color: #BCBA66;
}
</style>
border-color css
<style>
span { border-color: #BCBA66; }
span { border-color: rgb(188,186,102); }
td.TdClassName
{
border-color: #BCBA66;
}
.TagClassName
{
border-color: #BCBA66;
}
</style>