Shades of Dark Khaki #BCB96B
Tints of Dark Khaki #BCB96B
RGB
CMYK
RGB Variations
Color information
#BCB96B (or 0xBCB96B) is known color: Dark Khaki. HEX triplet: BC, B9 and 6B. RGB value is (188,185,107). Sum of RGB (Red+Green+Blue) = 188+185+107=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB96B is #434694. Grayscale: #B1B1B1. Windows color (decimal): -4408981 or 7059900. OLE color: 7059900.
HSL color Cylindrical-coordinate representation of color #BCB96B: hue angle of 57.78º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCB96B is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 107 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.26 |
| HSL | 57.78º | 0.38% | 0.58% | - |
| HSV(B) | 57.78º | 0.43% | 0.74% | - |
| XYZ | 40.74 | 46.45 | 20.73 | - |
| YUV | 177.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 107 | 0 | 0.02 | 0.43 | 0.26 | 57.78 | 0.38 | 0.58 |
| Hex | BC | B9 | 6B | 0 | 2 | 2B | 1A | 3A | 26 | 3A |
| Octal | 274 | 271 | 153 | 0 | 2 | 53 | 32 | 72 | 46 | 72 |
| Binary | 10111100 | 10111001 | 1101011 | 0 | 10 | 101011 | 11010 | 111010 | 100110 | 111010 |
Color Harmonies of #BCB96B
Complementary color
Monochromatic Colors of #BCB96B
Black with #BCB96B
Text Example
Text Example
White with #BCB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB96B; }
p { color: rgb(188,185,107); }
H1.HeaderClassName
{
color: #BCB96B;
}
.AnyTagClassName
{
color: #BCB96B;
}
</style>
background-color css
<style>
a { background-color: #BCB96B; }
a { background-color: rgb(188,185,107); }
div.DivClassName
{
background-color: #BCB96B;
}
.BgClassName
{
background-color: #BCB96B;
}
</style>
border-color css
<style>
span { border-color: #BCB96B; }
span { border-color: rgb(188,185,107); }
td.TdClassName
{
border-color: #BCB96B;
}
.TagClassName
{
border-color: #BCB96B;
}
</style>