Shades of Dark Khaki #BCB776
Tints of Dark Khaki #BCB776
RGB
CMYK
RGB Variations
Color information
#BCB776 (or 0xBCB776) is known color: Dark Khaki. HEX triplet: BC, B7 and 76. RGB value is (188,183,118). Sum of RGB (Red+Green+Blue) = 188+183+118=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB776 is #434889. Grayscale: #B1B1B1. Windows color (decimal): -4409482 or 7780284. OLE color: 7780284.
HSL color Cylindrical-coordinate representation of color #BCB776: hue angle of 55.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCB776 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 118 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.26 |
| HSL | 55.71º | 0.34% | 0.6% | - |
| HSV(B) | 55.71º | 0.37% | 0.74% | - |
| XYZ | 40.94 | 45.87 | 23.83 | - |
| YUV | 177.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 118 | 0 | 0.03 | 0.37 | 0.26 | 55.71 | 0.34 | 0.6 |
| Hex | BC | B7 | 76 | 0 | 3 | 25 | 1A | 38 | 22 | 3C |
| Octal | 274 | 267 | 166 | 0 | 3 | 45 | 32 | 70 | 42 | 74 |
| Binary | 10111100 | 10110111 | 1110110 | 0 | 11 | 100101 | 11010 | 111000 | 100010 | 111100 |
Color Harmonies of #BCB776
Complementary color
Monochromatic Colors of #BCB776
Black with #BCB776
Text Example
Text Example
White with #BCB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB776; }
p { color: rgb(188,183,118); }
H1.HeaderClassName
{
color: #BCB776;
}
.AnyTagClassName
{
color: #BCB776;
}
</style>
background-color css
<style>
a { background-color: #BCB776; }
a { background-color: rgb(188,183,118); }
div.DivClassName
{
background-color: #BCB776;
}
.BgClassName
{
background-color: #BCB776;
}
</style>
border-color css
<style>
span { border-color: #BCB776; }
span { border-color: rgb(188,183,118); }
td.TdClassName
{
border-color: #BCB776;
}
.TagClassName
{
border-color: #BCB776;
}
</style>