Shades of Dark Khaki #BCBD6F
Tints of Dark Khaki #BCBD6F
RGB
CMYK
RGB Variations
Color information
#BCBD6F (or 0xBCBD6F) is known color: Dark Khaki. HEX triplet: BC, BD and 6F. RGB value is (188,189,111). Sum of RGB (Red+Green+Blue) = 188+189+111=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD6F is #434290. Grayscale: #B4B4B4. Windows color (decimal): -4407953 or 7323068. OLE color: 7323068.
HSL color Cylindrical-coordinate representation of color #BCBD6F: hue angle of 60.77º degrees, saturation: 0.37, 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 #BCBD6F is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 111 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.26 |
| HSL | 60.77º | 0.37% | 0.59% | - |
| HSV(B) | 60.77º | 0.41% | 0.74% | - |
| XYZ | 41.81 | 48.23 | 22.15 | - |
| YUV | 179.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 111 | 0.01 | 0 | 0.41 | 0.26 | 60.77 | 0.37 | 0.59 |
| Hex | BC | BD | 6F | 1 | 0 | 29 | 1A | 3D | 25 | 3B |
| Octal | 274 | 275 | 157 | 1 | 0 | 51 | 32 | 75 | 45 | 73 |
| Binary | 10111100 | 10111101 | 1101111 | 1 | 0 | 101001 | 11010 | 111101 | 100101 | 111011 |
Color Harmonies of #BCBD6F
Complementary color
Monochromatic Colors of #BCBD6F
Black with #BCBD6F
Text Example
Text Example
White with #BCBD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD6F; }
p { color: rgb(188,189,111); }
H1.HeaderClassName
{
color: #BCBD6F;
}
.AnyTagClassName
{
color: #BCBD6F;
}
</style>
background-color css
<style>
a { background-color: #BCBD6F; }
a { background-color: rgb(188,189,111); }
div.DivClassName
{
background-color: #BCBD6F;
}
.BgClassName
{
background-color: #BCBD6F;
}
</style>
border-color css
<style>
span { border-color: #BCBD6F; }
span { border-color: rgb(188,189,111); }
td.TdClassName
{
border-color: #BCBD6F;
}
.TagClassName
{
border-color: #BCBD6F;
}
</style>