Shades of Dark Khaki #BCB963
Tints of Dark Khaki #BCB963
RGB
CMYK
RGB Variations
Color information
#BCB963 (or 0xBCB963) is known color: Dark Khaki. HEX triplet: BC, B9 and 63. RGB value is (188,185,99). Sum of RGB (Red+Green+Blue) = 188+185+99=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB963 is #43469C. Grayscale: #B0B0B0. Windows color (decimal): -4408989 or 6535612. OLE color: 6535612.
HSL color Cylindrical-coordinate representation of color #BCB963: hue angle of 57.98º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCB963 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 99 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.26 |
| HSL | 57.98º | 0.4% | 0.56% | - |
| HSV(B) | 57.98º | 0.47% | 0.74% | - |
| XYZ | 40.34 | 46.29 | 18.61 | - |
| YUV | 176.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 99 | 0 | 0.02 | 0.47 | 0.26 | 57.98 | 0.4 | 0.56 |
| Hex | BC | B9 | 63 | 0 | 2 | 2F | 1A | 3A | 28 | 38 |
| Octal | 274 | 271 | 143 | 0 | 2 | 57 | 32 | 72 | 50 | 70 |
| Binary | 10111100 | 10111001 | 1100011 | 0 | 10 | 101111 | 11010 | 111010 | 101000 | 111000 |
Color Harmonies of #BCB963
Complementary color
Monochromatic Colors of #BCB963
Black with #BCB963
Text Example
Text Example
White with #BCB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB963; }
p { color: rgb(188,185,99); }
H1.HeaderClassName
{
color: #BCB963;
}
.AnyTagClassName
{
color: #BCB963;
}
</style>
background-color css
<style>
a { background-color: #BCB963; }
a { background-color: rgb(188,185,99); }
div.DivClassName
{
background-color: #BCB963;
}
.BgClassName
{
background-color: #BCB963;
}
</style>
border-color css
<style>
span { border-color: #BCB963; }
span { border-color: rgb(188,185,99); }
td.TdClassName
{
border-color: #BCB963;
}
.TagClassName
{
border-color: #BCB963;
}
</style>