Shades of Dark Khaki #BCBA74
Tints of Dark Khaki #BCBA74
RGB
CMYK
RGB Variations
Color information
#BCBA74 (or 0xBCBA74) is known color: Dark Khaki. HEX triplet: BC, BA and 74. RGB value is (188,186,116). Sum of RGB (Red+Green+Blue) = 188+186+116=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA74 is #43458B. Grayscale: #B2B2B2. Windows color (decimal): -4408716 or 7649980. OLE color: 7649980.
HSL color Cylindrical-coordinate representation of color #BCBA74: hue angle of 58.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCBA74 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 116 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.26 |
| HSL | 58.33º | 0.35% | 0.6% | - |
| HSV(B) | 58.33º | 0.38% | 0.74% | - |
| XYZ | 41.45 | 47.07 | 23.42 | - |
| YUV | 178.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 116 | 0 | 0.01 | 0.38 | 0.26 | 58.33 | 0.35 | 0.6 |
| Hex | BC | BA | 74 | 0 | 1 | 26 | 1A | 3A | 23 | 3C |
| Octal | 274 | 272 | 164 | 0 | 1 | 46 | 32 | 72 | 43 | 74 |
| Binary | 10111100 | 10111010 | 1110100 | 0 | 1 | 100110 | 11010 | 111010 | 100011 | 111100 |
Color Harmonies of #BCBA74
Complementary color
Monochromatic Colors of #BCBA74
Black with #BCBA74
Text Example
Text Example
White with #BCBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA74; }
p { color: rgb(188,186,116); }
H1.HeaderClassName
{
color: #BCBA74;
}
.AnyTagClassName
{
color: #BCBA74;
}
</style>
background-color css
<style>
a { background-color: #BCBA74; }
a { background-color: rgb(188,186,116); }
div.DivClassName
{
background-color: #BCBA74;
}
.BgClassName
{
background-color: #BCBA74;
}
</style>
border-color css
<style>
span { border-color: #BCBA74; }
span { border-color: rgb(188,186,116); }
td.TdClassName
{
border-color: #BCBA74;
}
.TagClassName
{
border-color: #BCBA74;
}
</style>