Shades of Dark Khaki #BCB869
Tints of Dark Khaki #BCB869
RGB
CMYK
RGB Variations
Color information
#BCB869 (or 0xBCB869) is known color: Dark Khaki. HEX triplet: BC, B8 and 69. RGB value is (188,184,105). Sum of RGB (Red+Green+Blue) = 188+184+105=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB869 is #434796. Grayscale: #B0B0B0. Windows color (decimal): -4409239 or 6928572. OLE color: 6928572.
HSL color Cylindrical-coordinate representation of color #BCB869: hue angle of 57.11º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCB869 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 105 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.26 |
| HSL | 57.11º | 0.38% | 0.57% | - |
| HSV(B) | 57.11º | 0.44% | 0.74% | - |
| XYZ | 40.43 | 45.99 | 20.11 | - |
| YUV | 176.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 105 | 0 | 0.02 | 0.44 | 0.26 | 57.11 | 0.38 | 0.57 |
| Hex | BC | B8 | 69 | 0 | 2 | 2C | 1A | 39 | 26 | 39 |
| Octal | 274 | 270 | 151 | 0 | 2 | 54 | 32 | 71 | 46 | 71 |
| Binary | 10111100 | 10111000 | 1101001 | 0 | 10 | 101100 | 11010 | 111001 | 100110 | 111001 |
Color Harmonies of #BCB869
Complementary color
Monochromatic Colors of #BCB869
Black with #BCB869
Text Example
Text Example
White with #BCB869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB869; }
p { color: rgb(188,184,105); }
H1.HeaderClassName
{
color: #BCB869;
}
.AnyTagClassName
{
color: #BCB869;
}
</style>
background-color css
<style>
a { background-color: #BCB869; }
a { background-color: rgb(188,184,105); }
div.DivClassName
{
background-color: #BCB869;
}
.BgClassName
{
background-color: #BCB869;
}
</style>
border-color css
<style>
span { border-color: #BCB869; }
span { border-color: rgb(188,184,105); }
td.TdClassName
{
border-color: #BCB869;
}
.TagClassName
{
border-color: #BCB869;
}
</style>