Shades of Dark Khaki #BCBA73
Tints of Dark Khaki #BCBA73
RGB
CMYK
RGB Variations
Color information
#BCBA73 (or 0xBCBA73) is known color: Dark Khaki. HEX triplet: BC, BA and 73. RGB value is (188,186,115). Sum of RGB (Red+Green+Blue) = 188+186+115=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA73 is #43458C. Grayscale: #B2B2B2. Windows color (decimal): -4408717 or 7584444. OLE color: 7584444.
HSL color Cylindrical-coordinate representation of color #BCBA73: hue angle of 58.36º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCBA73 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 115 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.26 |
| HSL | 58.36º | 0.35% | 0.59% | - |
| HSV(B) | 58.36º | 0.39% | 0.74% | - |
| XYZ | 41.39 | 47.05 | 23.12 | - |
| YUV | 178.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 115 | 0 | 0.01 | 0.39 | 0.26 | 58.36 | 0.35 | 0.59 |
| Hex | BC | BA | 73 | 0 | 1 | 27 | 1A | 3A | 23 | 3B |
| Octal | 274 | 272 | 163 | 0 | 1 | 47 | 32 | 72 | 43 | 73 |
| Binary | 10111100 | 10111010 | 1110011 | 0 | 1 | 100111 | 11010 | 111010 | 100011 | 111011 |
Color Harmonies of #BCBA73
Complementary color
Monochromatic Colors of #BCBA73
Black with #BCBA73
Text Example
Text Example
White with #BCBA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA73; }
p { color: rgb(188,186,115); }
H1.HeaderClassName
{
color: #BCBA73;
}
.AnyTagClassName
{
color: #BCBA73;
}
</style>
background-color css
<style>
a { background-color: #BCBA73; }
a { background-color: rgb(188,186,115); }
div.DivClassName
{
background-color: #BCBA73;
}
.BgClassName
{
background-color: #BCBA73;
}
</style>
border-color css
<style>
span { border-color: #BCBA73; }
span { border-color: rgb(188,186,115); }
td.TdClassName
{
border-color: #BCBA73;
}
.TagClassName
{
border-color: #BCBA73;
}
</style>