Shades of Dark Khaki #BCB878
Tints of Dark Khaki #BCB878
RGB
CMYK
RGB Variations
Color information
#BCB878 (or 0xBCB878) is known color: Dark Khaki. HEX triplet: BC, B8 and 78. RGB value is (188,184,120). Sum of RGB (Red+Green+Blue) = 188+184+120=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB878 is #434787. Grayscale: #B2B2B2. Windows color (decimal): -4409224 or 7911612. OLE color: 7911612.
HSL color Cylindrical-coordinate representation of color #BCB878: hue angle of 56.47º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCB878 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 120 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.26 |
| HSL | 56.47º | 0.34% | 0.6% | - |
| HSV(B) | 56.47º | 0.36% | 0.74% | - |
| XYZ | 41.27 | 46.33 | 24.54 | - |
| YUV | 177.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 120 | 0 | 0.02 | 0.36 | 0.26 | 56.47 | 0.34 | 0.6 |
| Hex | BC | B8 | 78 | 0 | 2 | 24 | 1A | 38 | 22 | 3C |
| Octal | 274 | 270 | 170 | 0 | 2 | 44 | 32 | 70 | 42 | 74 |
| Binary | 10111100 | 10111000 | 1111000 | 0 | 10 | 100100 | 11010 | 111000 | 100010 | 111100 |
Color Harmonies of #BCB878
Complementary color
Monochromatic Colors of #BCB878
Black with #BCB878
Text Example
Text Example
White with #BCB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB878; }
p { color: rgb(188,184,120); }
H1.HeaderClassName
{
color: #BCB878;
}
.AnyTagClassName
{
color: #BCB878;
}
</style>
background-color css
<style>
a { background-color: #BCB878; }
a { background-color: rgb(188,184,120); }
div.DivClassName
{
background-color: #BCB878;
}
.BgClassName
{
background-color: #BCB878;
}
</style>
border-color css
<style>
span { border-color: #BCB878; }
span { border-color: rgb(188,184,120); }
td.TdClassName
{
border-color: #BCB878;
}
.TagClassName
{
border-color: #BCB878;
}
</style>