Shades of Dark Khaki #BCBB65
Tints of Dark Khaki #BCBB65
RGB
CMYK
RGB Variations
Color information
#BCBB65 (or 0xBCBB65) is known color: Dark Khaki. HEX triplet: BC, BB and 65. RGB value is (188,187,101). Sum of RGB (Red+Green+Blue) = 188+187+101=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB65 is #43449A. Grayscale: #B1B1B1. Windows color (decimal): -4408475 or 6667196. OLE color: 6667196.
HSL color Cylindrical-coordinate representation of color #BCBB65: hue angle of 59.31º 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 #BCBB65 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 101 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.26 |
| HSL | 59.31º | 0.39% | 0.57% | - |
| HSV(B) | 59.31º | 0.46% | 0.74% | - |
| XYZ | 40.86 | 47.17 | 19.26 | - |
| YUV | 177.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 101 | 0 | 0.01 | 0.46 | 0.26 | 59.31 | 0.39 | 0.57 |
| Hex | BC | BB | 65 | 0 | 1 | 2E | 1A | 3B | 27 | 39 |
| Octal | 274 | 273 | 145 | 0 | 1 | 56 | 32 | 73 | 47 | 71 |
| Binary | 10111100 | 10111011 | 1100101 | 0 | 1 | 101110 | 11010 | 111011 | 100111 | 111001 |
Color Harmonies of #BCBB65
Complementary color
Monochromatic Colors of #BCBB65
Black with #BCBB65
Text Example
Text Example
White with #BCBB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB65; }
p { color: rgb(188,187,101); }
H1.HeaderClassName
{
color: #BCBB65;
}
.AnyTagClassName
{
color: #BCBB65;
}
</style>
background-color css
<style>
a { background-color: #BCBB65; }
a { background-color: rgb(188,187,101); }
div.DivClassName
{
background-color: #BCBB65;
}
.BgClassName
{
background-color: #BCBB65;
}
</style>
border-color css
<style>
span { border-color: #BCBB65; }
span { border-color: rgb(188,187,101); }
td.TdClassName
{
border-color: #BCBB65;
}
.TagClassName
{
border-color: #BCBB65;
}
</style>