Shades of Dark Khaki #BCB568
Tints of Dark Khaki #BCB568
RGB
CMYK
RGB Variations
Color information
#BCB568 (or 0xBCB568) is known color: Dark Khaki. HEX triplet: BC, B5 and 68. RGB value is (188,181,104). Sum of RGB (Red+Green+Blue) = 188+181+104=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB568 is #434A97. Grayscale: #AEAEAE. Windows color (decimal): -4410008 or 6862268. OLE color: 6862268.
HSL color Cylindrical-coordinate representation of color #BCB568: hue angle of 55º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCB568 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 104 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.26 |
| HSL | 55º | 0.39% | 0.57% | - |
| HSV(B) | 55º | 0.45% | 0.74% | - |
| XYZ | 39.76 | 44.74 | 19.64 | - |
| YUV | 174.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 104 | 0 | 0.04 | 0.45 | 0.26 | 55 | 0.39 | 0.57 |
| Hex | BC | B5 | 68 | 0 | 4 | 2D | 1A | 37 | 27 | 39 |
| Octal | 274 | 265 | 150 | 0 | 4 | 55 | 32 | 67 | 47 | 71 |
| Binary | 10111100 | 10110101 | 1101000 | 0 | 100 | 101101 | 11010 | 110111 | 100111 | 111001 |
Color Harmonies of #BCB568
Complementary color
Monochromatic Colors of #BCB568
Black with #BCB568
Text Example
Text Example
White with #BCB568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB568; }
p { color: rgb(188,181,104); }
H1.HeaderClassName
{
color: #BCB568;
}
.AnyTagClassName
{
color: #BCB568;
}
</style>
background-color css
<style>
a { background-color: #BCB568; }
a { background-color: rgb(188,181,104); }
div.DivClassName
{
background-color: #BCB568;
}
.BgClassName
{
background-color: #BCB568;
}
</style>
border-color css
<style>
span { border-color: #BCB568; }
span { border-color: rgb(188,181,104); }
td.TdClassName
{
border-color: #BCB568;
}
.TagClassName
{
border-color: #BCB568;
}
</style>