Shades of Dark Khaki #BCB863
Tints of Dark Khaki #BCB863
RGB
CMYK
RGB Variations
Color information
#BCB863 (or 0xBCB863) is known color: Dark Khaki. HEX triplet: BC, B8 and 63. RGB value is (188,184,99). Sum of RGB (Red+Green+Blue) = 188+184+99=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB863 is #43479C. Grayscale: #AFAFAF. Windows color (decimal): -4409245 or 6535356. OLE color: 6535356.
HSL color Cylindrical-coordinate representation of color #BCB863: hue angle of 57.3º 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 #BCB863 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 99 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.26 |
| HSL | 57.3º | 0.4% | 0.56% | - |
| HSV(B) | 57.3º | 0.47% | 0.74% | - |
| XYZ | 40.13 | 45.87 | 18.54 | - |
| YUV | 175.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 99 | 0 | 0.02 | 0.47 | 0.26 | 57.3 | 0.4 | 0.56 |
| Hex | BC | B8 | 63 | 0 | 2 | 2F | 1A | 39 | 28 | 38 |
| Octal | 274 | 270 | 143 | 0 | 2 | 57 | 32 | 71 | 50 | 70 |
| Binary | 10111100 | 10111000 | 1100011 | 0 | 10 | 101111 | 11010 | 111001 | 101000 | 111000 |
Color Harmonies of #BCB863
Complementary color
Monochromatic Colors of #BCB863
Black with #BCB863
Text Example
Text Example
White with #BCB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB863; }
p { color: rgb(188,184,99); }
H1.HeaderClassName
{
color: #BCB863;
}
.AnyTagClassName
{
color: #BCB863;
}
</style>
background-color css
<style>
a { background-color: #BCB863; }
a { background-color: rgb(188,184,99); }
div.DivClassName
{
background-color: #BCB863;
}
.BgClassName
{
background-color: #BCB863;
}
</style>
border-color css
<style>
span { border-color: #BCB863; }
span { border-color: rgb(188,184,99); }
td.TdClassName
{
border-color: #BCB863;
}
.TagClassName
{
border-color: #BCB863;
}
</style>