Shades of Dark Khaki #BCBA63
Tints of Dark Khaki #BCBA63
RGB
CMYK
RGB Variations
Color information
#BCBA63 (or 0xBCBA63) is known color: Dark Khaki. HEX triplet: BC, BA and 63. RGB value is (188,186,99). Sum of RGB (Red+Green+Blue) = 188+186+99=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA63 is #43459C. Grayscale: #B1B1B1. Windows color (decimal): -4408733 or 6535868. OLE color: 6535868.
HSL color Cylindrical-coordinate representation of color #BCBA63: hue angle of 58.65º 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 #BCBA63 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 99 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.26 |
| HSL | 58.65º | 0.4% | 0.56% | - |
| HSV(B) | 58.65º | 0.47% | 0.74% | - |
| XYZ | 40.55 | 46.71 | 18.68 | - |
| YUV | 176.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 99 | 0 | 0.01 | 0.47 | 0.26 | 58.65 | 0.4 | 0.56 |
| Hex | BC | BA | 63 | 0 | 1 | 2F | 1A | 3B | 28 | 38 |
| Octal | 274 | 272 | 143 | 0 | 1 | 57 | 32 | 73 | 50 | 70 |
| Binary | 10111100 | 10111010 | 1100011 | 0 | 1 | 101111 | 11010 | 111011 | 101000 | 111000 |
Color Harmonies of #BCBA63
Complementary color
Monochromatic Colors of #BCBA63
Black with #BCBA63
Text Example
Text Example
White with #BCBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA63; }
p { color: rgb(188,186,99); }
H1.HeaderClassName
{
color: #BCBA63;
}
.AnyTagClassName
{
color: #BCBA63;
}
</style>
background-color css
<style>
a { background-color: #BCBA63; }
a { background-color: rgb(188,186,99); }
div.DivClassName
{
background-color: #BCBA63;
}
.BgClassName
{
background-color: #BCBA63;
}
</style>
border-color css
<style>
span { border-color: #BCBA63; }
span { border-color: rgb(188,186,99); }
td.TdClassName
{
border-color: #BCBA63;
}
.TagClassName
{
border-color: #BCBA63;
}
</style>