Shades of Dark Khaki #BCBC71
Tints of Dark Khaki #BCBC71
RGB
CMYK
RGB Variations
Color information
#BCBC71 (or 0xBCBC71) is known color: Dark Khaki. HEX triplet: BC, BC and 71. RGB value is (188,188,113). Sum of RGB (Red+Green+Blue) = 188+188+113=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC71 is #43438E. Grayscale: #B3B3B3. Windows color (decimal): -4408207 or 7453884. OLE color: 7453884.
HSL color Cylindrical-coordinate representation of color #BCBC71: hue angle of 60º 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 #BCBC71 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 113 | - |
| CMYK | 0 | 0 | 0.40 | 0.26 |
| HSL | 60º | 0.36% | 0.59% | - |
| HSV(B) | 60º | 0.4% | 0.74% | - |
| XYZ | 41.7 | 47.85 | 22.66 | - |
| YUV | 179.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 113 | 0 | 0 | 0.40 | 0.26 | 60 | 0.36 | 0.59 |
| Hex | BC | BC | 71 | 0 | 0 | 28 | 1A | 3C | 24 | 3B |
| Octal | 274 | 274 | 161 | 0 | 0 | 50 | 32 | 74 | 44 | 73 |
| Binary | 10111100 | 10111100 | 1110001 | 0 | 0 | 101000 | 11010 | 111100 | 100100 | 111011 |
Color Harmonies of #BCBC71
Complementary color
Monochromatic Colors of #BCBC71
Black with #BCBC71
Text Example
Text Example
White with #BCBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC71; }
p { color: rgb(188,188,113); }
H1.HeaderClassName
{
color: #BCBC71;
}
.AnyTagClassName
{
color: #BCBC71;
}
</style>
background-color css
<style>
a { background-color: #BCBC71; }
a { background-color: rgb(188,188,113); }
div.DivClassName
{
background-color: #BCBC71;
}
.BgClassName
{
background-color: #BCBC71;
}
</style>
border-color css
<style>
span { border-color: #BCBC71; }
span { border-color: rgb(188,188,113); }
td.TdClassName
{
border-color: #BCBC71;
}
.TagClassName
{
border-color: #BCBC71;
}
</style>