Shades of Dark Khaki #BCBC65
Tints of Dark Khaki #BCBC65
RGB
CMYK
RGB Variations
Color information
#BCBC65 (or 0xBCBC65) is known color: Dark Khaki. HEX triplet: BC, BC and 65. RGB value is (188,188,101). Sum of RGB (Red+Green+Blue) = 188+188+101=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC65 is #43439A. Grayscale: #B2B2B2. Windows color (decimal): -4408219 or 6667452. OLE color: 6667452.
HSL color Cylindrical-coordinate representation of color #BCBC65: hue angle of 60º 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 #BCBC65 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 101 | - |
| CMYK | 0 | 0 | 0.46 | 0.26 |
| HSL | 60º | 0.39% | 0.57% | - |
| HSV(B) | 60º | 0.46% | 0.74% | - |
| XYZ | 41.07 | 47.6 | 19.33 | - |
| YUV | 178.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 101 | 0 | 0 | 0.46 | 0.26 | 60 | 0.39 | 0.57 |
| Hex | BC | BC | 65 | 0 | 0 | 2E | 1A | 3C | 27 | 39 |
| Octal | 274 | 274 | 145 | 0 | 0 | 56 | 32 | 74 | 47 | 71 |
| Binary | 10111100 | 10111100 | 1100101 | 0 | 0 | 101110 | 11010 | 111100 | 100111 | 111001 |
Color Harmonies of #BCBC65
Complementary color
Monochromatic Colors of #BCBC65
Black with #BCBC65
Text Example
Text Example
White with #BCBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC65; }
p { color: rgb(188,188,101); }
H1.HeaderClassName
{
color: #BCBC65;
}
.AnyTagClassName
{
color: #BCBC65;
}
</style>
background-color css
<style>
a { background-color: #BCBC65; }
a { background-color: rgb(188,188,101); }
div.DivClassName
{
background-color: #BCBC65;
}
.BgClassName
{
background-color: #BCBC65;
}
</style>
border-color css
<style>
span { border-color: #BCBC65; }
span { border-color: rgb(188,188,101); }
td.TdClassName
{
border-color: #BCBC65;
}
.TagClassName
{
border-color: #BCBC65;
}
</style>