Shades of Dark Khaki #BCBC6D
Tints of Dark Khaki #BCBC6D
RGB
CMYK
RGB Variations
Color information
#BCBC6D (or 0xBCBC6D) is known color: Dark Khaki. HEX triplet: BC, BC and 6D. RGB value is (188,188,109). Sum of RGB (Red+Green+Blue) = 188+188+109=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC6D is #434392. Grayscale: #B3B3B3. Windows color (decimal): -4408211 or 7191740. OLE color: 7191740.
HSL color Cylindrical-coordinate representation of color #BCBC6D: hue angle of 60º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCBC6D is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 109 | - |
| CMYK | 0 | 0 | 0.42 | 0.26 |
| HSL | 60º | 0.37% | 0.58% | - |
| HSV(B) | 60º | 0.42% | 0.74% | - |
| XYZ | 41.48 | 47.76 | 21.5 | - |
| YUV | 178.99 | 88.5 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 109 | 0 | 0 | 0.42 | 0.26 | 60 | 0.37 | 0.58 |
| Hex | BC | BC | 6D | 0 | 0 | 2A | 1A | 3C | 25 | 3A |
| Octal | 274 | 274 | 155 | 0 | 0 | 52 | 32 | 74 | 45 | 72 |
| Binary | 10111100 | 10111100 | 1101101 | 0 | 0 | 101010 | 11010 | 111100 | 100101 | 111010 |
Color Harmonies of #BCBC6D
Complementary color
Monochromatic Colors of #BCBC6D
Black with #BCBC6D
Text Example
Text Example
White with #BCBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC6D; }
p { color: rgb(188,188,109); }
H1.HeaderClassName
{
color: #BCBC6D;
}
.AnyTagClassName
{
color: #BCBC6D;
}
</style>
background-color css
<style>
a { background-color: #BCBC6D; }
a { background-color: rgb(188,188,109); }
div.DivClassName
{
background-color: #BCBC6D;
}
.BgClassName
{
background-color: #BCBC6D;
}
</style>
border-color css
<style>
span { border-color: #BCBC6D; }
span { border-color: rgb(188,188,109); }
td.TdClassName
{
border-color: #BCBC6D;
}
.TagClassName
{
border-color: #BCBC6D;
}
</style>