Shades of Dark Khaki #BCB966
Tints of Dark Khaki #BCB966
RGB
CMYK
RGB Variations
Color information
#BCB966 (or 0xBCB966) is known color: Dark Khaki. HEX triplet: BC, B9 and 66. RGB value is (188,185,102). Sum of RGB (Red+Green+Blue) = 188+185+102=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB966 is #434699. Grayscale: #B0B0B0. Windows color (decimal): -4408986 or 6732220. OLE color: 6732220.
HSL color Cylindrical-coordinate representation of color #BCB966: hue angle of 57.91º 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 #BCB966 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 102 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.26 |
| HSL | 57.91º | 0.39% | 0.57% | - |
| HSV(B) | 57.91º | 0.46% | 0.74% | - |
| XYZ | 40.49 | 46.35 | 19.38 | - |
| YUV | 176.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 102 | 0 | 0.02 | 0.46 | 0.26 | 57.91 | 0.39 | 0.57 |
| Hex | BC | B9 | 66 | 0 | 2 | 2E | 1A | 3A | 27 | 39 |
| Octal | 274 | 271 | 146 | 0 | 2 | 56 | 32 | 72 | 47 | 71 |
| Binary | 10111100 | 10111001 | 1100110 | 0 | 10 | 101110 | 11010 | 111010 | 100111 | 111001 |
Color Harmonies of #BCB966
Complementary color
Monochromatic Colors of #BCB966
Black with #BCB966
Text Example
Text Example
White with #BCB966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB966; }
p { color: rgb(188,185,102); }
H1.HeaderClassName
{
color: #BCB966;
}
.AnyTagClassName
{
color: #BCB966;
}
</style>
background-color css
<style>
a { background-color: #BCB966; }
a { background-color: rgb(188,185,102); }
div.DivClassName
{
background-color: #BCB966;
}
.BgClassName
{
background-color: #BCB966;
}
</style>
border-color css
<style>
span { border-color: #BCB966; }
span { border-color: rgb(188,185,102); }
td.TdClassName
{
border-color: #BCB966;
}
.TagClassName
{
border-color: #BCB966;
}
</style>