Shades of Dark Khaki #BCBA65
Tints of Dark Khaki #BCBA65
RGB
CMYK
RGB Variations
Color information
#BCBA65 (or 0xBCBA65) is known color: Dark Khaki. HEX triplet: BC, BA and 65. RGB value is (188,186,101). Sum of RGB (Red+Green+Blue) = 188+186+101=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA65 is #43459A. Grayscale: #B1B1B1. Windows color (decimal): -4408731 or 6666940. OLE color: 6666940.
HSL color Cylindrical-coordinate representation of color #BCBA65: hue angle of 58.62º 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 #BCBA65 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 101 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.26 |
| HSL | 58.62º | 0.39% | 0.57% | - |
| HSV(B) | 58.62º | 0.46% | 0.74% | - |
| XYZ | 40.65 | 46.75 | 19.19 | - |
| YUV | 176.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 101 | 0 | 0.01 | 0.46 | 0.26 | 58.62 | 0.39 | 0.57 |
| Hex | BC | BA | 65 | 0 | 1 | 2E | 1A | 3B | 27 | 39 |
| Octal | 274 | 272 | 145 | 0 | 1 | 56 | 32 | 73 | 47 | 71 |
| Binary | 10111100 | 10111010 | 1100101 | 0 | 1 | 101110 | 11010 | 111011 | 100111 | 111001 |
Color Harmonies of #BCBA65
Complementary color
Monochromatic Colors of #BCBA65
Black with #BCBA65
Text Example
Text Example
White with #BCBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA65; }
p { color: rgb(188,186,101); }
H1.HeaderClassName
{
color: #BCBA65;
}
.AnyTagClassName
{
color: #BCBA65;
}
</style>
background-color css
<style>
a { background-color: #BCBA65; }
a { background-color: rgb(188,186,101); }
div.DivClassName
{
background-color: #BCBA65;
}
.BgClassName
{
background-color: #BCBA65;
}
</style>
border-color css
<style>
span { border-color: #BCBA65; }
span { border-color: rgb(188,186,101); }
td.TdClassName
{
border-color: #BCBA65;
}
.TagClassName
{
border-color: #BCBA65;
}
</style>