Shades of Dark Khaki #BCBC6F
Tints of Dark Khaki #BCBC6F
RGB
CMYK
RGB Variations
Color information
#BCBC6F (or 0xBCBC6F) is known color: Dark Khaki. HEX triplet: BC, BC and 6F. RGB value is (188,188,111). Sum of RGB (Red+Green+Blue) = 188+188+111=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC6F is #434390. Grayscale: #B3B3B3. Windows color (decimal): -4408209 or 7322812. OLE color: 7322812.
HSL color Cylindrical-coordinate representation of color #BCBC6F: 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.41%. Process color model (Four color, CMYK) of #BCBC6F is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 111 | - |
| CMYK | 0 | 0 | 0.41 | 0.26 |
| HSL | 60º | 0.36% | 0.59% | - |
| HSV(B) | 60º | 0.41% | 0.74% | - |
| XYZ | 41.59 | 47.81 | 22.07 | - |
| YUV | 179.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 111 | 0 | 0 | 0.41 | 0.26 | 60 | 0.36 | 0.59 |
| Hex | BC | BC | 6F | 0 | 0 | 29 | 1A | 3C | 24 | 3B |
| Octal | 274 | 274 | 157 | 0 | 0 | 51 | 32 | 74 | 44 | 73 |
| Binary | 10111100 | 10111100 | 1101111 | 0 | 0 | 101001 | 11010 | 111100 | 100100 | 111011 |
Color Harmonies of #BCBC6F
Complementary color
Monochromatic Colors of #BCBC6F
Black with #BCBC6F
Text Example
Text Example
White with #BCBC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC6F; }
p { color: rgb(188,188,111); }
H1.HeaderClassName
{
color: #BCBC6F;
}
.AnyTagClassName
{
color: #BCBC6F;
}
</style>
background-color css
<style>
a { background-color: #BCBC6F; }
a { background-color: rgb(188,188,111); }
div.DivClassName
{
background-color: #BCBC6F;
}
.BgClassName
{
background-color: #BCBC6F;
}
</style>
border-color css
<style>
span { border-color: #BCBC6F; }
span { border-color: rgb(188,188,111); }
td.TdClassName
{
border-color: #BCBC6F;
}
.TagClassName
{
border-color: #BCBC6F;
}
</style>