Shades of Dark Khaki #BCBB64
Tints of Dark Khaki #BCBB64
RGB
CMYK
RGB Variations
Color information
#BCBB64 (or 0xBCBB64) is known color: Dark Khaki. HEX triplet: BC, BB and 64. RGB value is (188,187,100). Sum of RGB (Red+Green+Blue) = 188+187+100=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB64 is #43449B. Grayscale: #B1B1B1. Windows color (decimal): -4408476 or 6601660. OLE color: 6601660.
HSL color Cylindrical-coordinate representation of color #BCBB64: hue angle of 59.32º 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 #BCBB64 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 100 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.26 |
| HSL | 59.32º | 0.4% | 0.56% | - |
| HSV(B) | 59.32º | 0.47% | 0.74% | - |
| XYZ | 40.81 | 47.15 | 19.01 | - |
| YUV | 177.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 100 | 0 | 0.01 | 0.47 | 0.26 | 59.32 | 0.4 | 0.56 |
| Hex | BC | BB | 64 | 0 | 1 | 2F | 1A | 3B | 28 | 38 |
| Octal | 274 | 273 | 144 | 0 | 1 | 57 | 32 | 73 | 50 | 70 |
| Binary | 10111100 | 10111011 | 1100100 | 0 | 1 | 101111 | 11010 | 111011 | 101000 | 111000 |
Color Harmonies of #BCBB64
Complementary color
Monochromatic Colors of #BCBB64
Black with #BCBB64
Text Example
Text Example
White with #BCBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB64; }
p { color: rgb(188,187,100); }
H1.HeaderClassName
{
color: #BCBB64;
}
.AnyTagClassName
{
color: #BCBB64;
}
</style>
background-color css
<style>
a { background-color: #BCBB64; }
a { background-color: rgb(188,187,100); }
div.DivClassName
{
background-color: #BCBB64;
}
.BgClassName
{
background-color: #BCBB64;
}
</style>
border-color css
<style>
span { border-color: #BCBB64; }
span { border-color: rgb(188,187,100); }
td.TdClassName
{
border-color: #BCBB64;
}
.TagClassName
{
border-color: #BCBB64;
}
</style>