Shades of Dark Khaki #BCB86B
Tints of Dark Khaki #BCB86B
RGB
CMYK
RGB Variations
Color information
#BCB86B (or 0xBCB86B) is known color: Dark Khaki. HEX triplet: BC, B8 and 6B. RGB value is (188,184,107). Sum of RGB (Red+Green+Blue) = 188+184+107=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB86B is #434794. Grayscale: #B0B0B0. Windows color (decimal): -4409237 or 7059644. OLE color: 7059644.
HSL color Cylindrical-coordinate representation of color #BCB86B: hue angle of 57.04º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCB86B is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 107 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.26 |
| HSL | 57.04º | 0.38% | 0.58% | - |
| HSV(B) | 57.04º | 0.43% | 0.74% | - |
| XYZ | 40.53 | 46.03 | 20.66 | - |
| YUV | 176.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 107 | 0 | 0.02 | 0.43 | 0.26 | 57.04 | 0.38 | 0.58 |
| Hex | BC | B8 | 6B | 0 | 2 | 2B | 1A | 39 | 26 | 3A |
| Octal | 274 | 270 | 153 | 0 | 2 | 53 | 32 | 71 | 46 | 72 |
| Binary | 10111100 | 10111000 | 1101011 | 0 | 10 | 101011 | 11010 | 111001 | 100110 | 111010 |
Color Harmonies of #BCB86B
Complementary color
Monochromatic Colors of #BCB86B
Black with #BCB86B
Text Example
Text Example
White with #BCB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB86B; }
p { color: rgb(188,184,107); }
H1.HeaderClassName
{
color: #BCB86B;
}
.AnyTagClassName
{
color: #BCB86B;
}
</style>
background-color css
<style>
a { background-color: #BCB86B; }
a { background-color: rgb(188,184,107); }
div.DivClassName
{
background-color: #BCB86B;
}
.BgClassName
{
background-color: #BCB86B;
}
</style>
border-color css
<style>
span { border-color: #BCB86B; }
span { border-color: rgb(188,184,107); }
td.TdClassName
{
border-color: #BCB86B;
}
.TagClassName
{
border-color: #BCB86B;
}
</style>