Shades of Dark Khaki #BCB977
Tints of Dark Khaki #BCB977
RGB
CMYK
RGB Variations
Color information
#BCB977 (or 0xBCB977) is known color: Dark Khaki. HEX triplet: BC, B9 and 77. RGB value is (188,185,119). Sum of RGB (Red+Green+Blue) = 188+185+119=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB977 is #434688. Grayscale: #B2B2B2. Windows color (decimal): -4408969 or 7846332. OLE color: 7846332.
HSL color Cylindrical-coordinate representation of color #BCB977: hue angle of 57.39º 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 #BCB977 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 119 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.26 |
| HSL | 57.39º | 0.34% | 0.6% | - |
| HSV(B) | 57.39º | 0.37% | 0.74% | - |
| XYZ | 41.42 | 46.72 | 24.29 | - |
| YUV | 178.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 119 | 0 | 0.02 | 0.37 | 0.26 | 57.39 | 0.34 | 0.6 |
| Hex | BC | B9 | 77 | 0 | 2 | 25 | 1A | 39 | 22 | 3C |
| Octal | 274 | 271 | 167 | 0 | 2 | 45 | 32 | 71 | 42 | 74 |
| Binary | 10111100 | 10111001 | 1110111 | 0 | 10 | 100101 | 11010 | 111001 | 100010 | 111100 |
Color Harmonies of #BCB977
Complementary color
Monochromatic Colors of #BCB977
Black with #BCB977
Text Example
Text Example
White with #BCB977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB977; }
p { color: rgb(188,185,119); }
H1.HeaderClassName
{
color: #BCB977;
}
.AnyTagClassName
{
color: #BCB977;
}
</style>
background-color css
<style>
a { background-color: #BCB977; }
a { background-color: rgb(188,185,119); }
div.DivClassName
{
background-color: #BCB977;
}
.BgClassName
{
background-color: #BCB977;
}
</style>
border-color css
<style>
span { border-color: #BCB977; }
span { border-color: rgb(188,185,119); }
td.TdClassName
{
border-color: #BCB977;
}
.TagClassName
{
border-color: #BCB977;
}
</style>