Shades of Dark Khaki #BCB86F
Tints of Dark Khaki #BCB86F
RGB
CMYK
RGB Variations
Color information
#BCB86F (or 0xBCB86F) is known color: Dark Khaki. HEX triplet: BC, B8 and 6F. RGB value is (188,184,111). Sum of RGB (Red+Green+Blue) = 188+184+111=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB86F is #434790. Grayscale: #B1B1B1. Windows color (decimal): -4409233 or 7321788. OLE color: 7321788.
HSL color Cylindrical-coordinate representation of color #BCB86F: hue angle of 56.88º 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 #BCB86F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 111 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.26 |
| HSL | 56.88º | 0.36% | 0.59% | - |
| HSV(B) | 56.88º | 0.41% | 0.74% | - |
| XYZ | 40.75 | 46.12 | 21.79 | - |
| YUV | 176.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 111 | 0 | 0.02 | 0.41 | 0.26 | 56.88 | 0.36 | 0.59 |
| Hex | BC | B8 | 6F | 0 | 2 | 29 | 1A | 39 | 24 | 3B |
| Octal | 274 | 270 | 157 | 0 | 2 | 51 | 32 | 71 | 44 | 73 |
| Binary | 10111100 | 10111000 | 1101111 | 0 | 10 | 101001 | 11010 | 111001 | 100100 | 111011 |
Color Harmonies of #BCB86F
Complementary color
Monochromatic Colors of #BCB86F
Black with #BCB86F
Text Example
Text Example
White with #BCB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB86F; }
p { color: rgb(188,184,111); }
H1.HeaderClassName
{
color: #BCB86F;
}
.AnyTagClassName
{
color: #BCB86F;
}
</style>
background-color css
<style>
a { background-color: #BCB86F; }
a { background-color: rgb(188,184,111); }
div.DivClassName
{
background-color: #BCB86F;
}
.BgClassName
{
background-color: #BCB86F;
}
</style>
border-color css
<style>
span { border-color: #BCB86F; }
span { border-color: rgb(188,184,111); }
td.TdClassName
{
border-color: #BCB86F;
}
.TagClassName
{
border-color: #BCB86F;
}
</style>