Shades of Dark Khaki #BCB96C
Tints of Dark Khaki #BCB96C
RGB
CMYK
RGB Variations
Color information
#BCB96C (or 0xBCB96C) is known color: Dark Khaki. HEX triplet: BC, B9 and 6C. RGB value is (188,185,108). Sum of RGB (Red+Green+Blue) = 188+185+108=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB96C is #434693. Grayscale: #B1B1B1. Windows color (decimal): -4408980 or 7125436. OLE color: 7125436.
HSL color Cylindrical-coordinate representation of color #BCB96C: hue angle of 57.75º degrees, saturation: 0.37, 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 #BCB96C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 108 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.26 |
| HSL | 57.75º | 0.37% | 0.58% | - |
| HSV(B) | 57.75º | 0.43% | 0.74% | - |
| XYZ | 40.79 | 46.47 | 21.01 | - |
| YUV | 177.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 108 | 0 | 0.02 | 0.43 | 0.26 | 57.75 | 0.37 | 0.58 |
| Hex | BC | B9 | 6C | 0 | 2 | 2B | 1A | 3A | 25 | 3A |
| Octal | 274 | 271 | 154 | 0 | 2 | 53 | 32 | 72 | 45 | 72 |
| Binary | 10111100 | 10111001 | 1101100 | 0 | 10 | 101011 | 11010 | 111010 | 100101 | 111010 |
Color Harmonies of #BCB96C
Complementary color
Monochromatic Colors of #BCB96C
Black with #BCB96C
Text Example
Text Example
White with #BCB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB96C; }
p { color: rgb(188,185,108); }
H1.HeaderClassName
{
color: #BCB96C;
}
.AnyTagClassName
{
color: #BCB96C;
}
</style>
background-color css
<style>
a { background-color: #BCB96C; }
a { background-color: rgb(188,185,108); }
div.DivClassName
{
background-color: #BCB96C;
}
.BgClassName
{
background-color: #BCB96C;
}
</style>
border-color css
<style>
span { border-color: #BCB96C; }
span { border-color: rgb(188,185,108); }
td.TdClassName
{
border-color: #BCB96C;
}
.TagClassName
{
border-color: #BCB96C;
}
</style>