Shades of Dark Khaki #BCBA6F
Tints of Dark Khaki #BCBA6F
RGB
CMYK
RGB Variations
Color information
#BCBA6F (or 0xBCBA6F) is known color: Dark Khaki. HEX triplet: BC, BA and 6F. RGB value is (188,186,111). Sum of RGB (Red+Green+Blue) = 188+186+111=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA6F is #434590. Grayscale: #B2B2B2. Windows color (decimal): -4408721 or 7322300. OLE color: 7322300.
HSL color Cylindrical-coordinate representation of color #BCBA6F: hue angle of 58.44º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCBA6F is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 111 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.26 |
| HSL | 58.44º | 0.36% | 0.59% | - |
| HSV(B) | 58.44º | 0.41% | 0.74% | - |
| XYZ | 41.17 | 46.96 | 21.93 | - |
| YUV | 178.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 111 | 0 | 0.01 | 0.41 | 0.26 | 58.44 | 0.36 | 0.59 |
| Hex | BC | BA | 6F | 0 | 1 | 29 | 1A | 3A | 24 | 3B |
| Octal | 274 | 272 | 157 | 0 | 1 | 51 | 32 | 72 | 44 | 73 |
| Binary | 10111100 | 10111010 | 1101111 | 0 | 1 | 101001 | 11010 | 111010 | 100100 | 111011 |
Color Harmonies of #BCBA6F
Complementary color
Monochromatic Colors of #BCBA6F
Black with #BCBA6F
Text Example
Text Example
White with #BCBA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA6F; }
p { color: rgb(188,186,111); }
H1.HeaderClassName
{
color: #BCBA6F;
}
.AnyTagClassName
{
color: #BCBA6F;
}
</style>
background-color css
<style>
a { background-color: #BCBA6F; }
a { background-color: rgb(188,186,111); }
div.DivClassName
{
background-color: #BCBA6F;
}
.BgClassName
{
background-color: #BCBA6F;
}
</style>
border-color css
<style>
span { border-color: #BCBA6F; }
span { border-color: rgb(188,186,111); }
td.TdClassName
{
border-color: #BCBA6F;
}
.TagClassName
{
border-color: #BCBA6F;
}
</style>