Shades of Dark Khaki #BCAC71
Tints of Dark Khaki #BCAC71
RGB
CMYK
RGB Variations
Color information
#BCAC71 (or 0xBCAC71) is known color: Dark Khaki. HEX triplet: BC, AC and 71. RGB value is (188,172,113). Sum of RGB (Red+Green+Blue) = 188+172+113=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC71 is #43538E. Grayscale: #AAAAAA. Windows color (decimal): -4412303 or 7449788. OLE color: 7449788.
HSL color Cylindrical-coordinate representation of color #BCAC71: hue angle of 47.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCAC71 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 113 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.26 |
| HSL | 47.2º | 0.36% | 0.59% | - |
| HSV(B) | 47.2º | 0.4% | 0.74% | - |
| XYZ | 38.47 | 41.39 | 21.58 | - |
| YUV | 170.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 113 | 0 | 0.09 | 0.40 | 0.26 | 47.2 | 0.36 | 0.59 |
| Hex | BC | AC | 71 | 0 | 9 | 28 | 1A | 2F | 24 | 3B |
| Octal | 274 | 254 | 161 | 0 | 11 | 50 | 32 | 57 | 44 | 73 |
| Binary | 10111100 | 10101100 | 1110001 | 0 | 1001 | 101000 | 11010 | 101111 | 100100 | 111011 |
Color Harmonies of #BCAC71
Complementary color
Monochromatic Colors of #BCAC71
Black with #BCAC71
Text Example
Text Example
White with #BCAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC71; }
p { color: rgb(188,172,113); }
H1.HeaderClassName
{
color: #BCAC71;
}
.AnyTagClassName
{
color: #BCAC71;
}
</style>
background-color css
<style>
a { background-color: #BCAC71; }
a { background-color: rgb(188,172,113); }
div.DivClassName
{
background-color: #BCAC71;
}
.BgClassName
{
background-color: #BCAC71;
}
</style>
border-color css
<style>
span { border-color: #BCAC71; }
span { border-color: rgb(188,172,113); }
td.TdClassName
{
border-color: #BCAC71;
}
.TagClassName
{
border-color: #BCAC71;
}
</style>