Shades of Dark Khaki #BCB877
Tints of Dark Khaki #BCB877
RGB
CMYK
RGB Variations
Color information
#BCB877 (or 0xBCB877) is known color: Dark Khaki. HEX triplet: BC, B8 and 77. RGB value is (188,184,119). Sum of RGB (Red+Green+Blue) = 188+184+119=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB877 is #434788. Grayscale: #B2B2B2. Windows color (decimal): -4409225 or 7846076. OLE color: 7846076.
HSL color Cylindrical-coordinate representation of color #BCB877: hue angle of 56.52º 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 #BCB877 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 119 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.26 |
| HSL | 56.52º | 0.34% | 0.6% | - |
| HSV(B) | 56.52º | 0.37% | 0.74% | - |
| XYZ | 41.21 | 46.3 | 24.22 | - |
| YUV | 177.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 119 | 0 | 0.02 | 0.37 | 0.26 | 56.52 | 0.34 | 0.6 |
| Hex | BC | B8 | 77 | 0 | 2 | 25 | 1A | 39 | 22 | 3C |
| Octal | 274 | 270 | 167 | 0 | 2 | 45 | 32 | 71 | 42 | 74 |
| Binary | 10111100 | 10111000 | 1110111 | 0 | 10 | 100101 | 11010 | 111001 | 100010 | 111100 |
Color Harmonies of #BCB877
Complementary color
Monochromatic Colors of #BCB877
Black with #BCB877
Text Example
Text Example
White with #BCB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB877; }
p { color: rgb(188,184,119); }
H1.HeaderClassName
{
color: #BCB877;
}
.AnyTagClassName
{
color: #BCB877;
}
</style>
background-color css
<style>
a { background-color: #BCB877; }
a { background-color: rgb(188,184,119); }
div.DivClassName
{
background-color: #BCB877;
}
.BgClassName
{
background-color: #BCB877;
}
</style>
border-color css
<style>
span { border-color: #BCB877; }
span { border-color: rgb(188,184,119); }
td.TdClassName
{
border-color: #BCB877;
}
.TagClassName
{
border-color: #BCB877;
}
</style>