Shades of Dark Khaki #BCB268
Tints of Dark Khaki #BCB268
RGB
CMYK
RGB Variations
Color information
#BCB268 (or 0xBCB268) is known color: Dark Khaki. HEX triplet: BC, B2 and 68. RGB value is (188,178,104). Sum of RGB (Red+Green+Blue) = 188+178+104=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB268 is #434D97. Grayscale: #ACACAC. Windows color (decimal): -4410776 or 6861500. OLE color: 6861500.
HSL color Cylindrical-coordinate representation of color #BCB268: hue angle of 52.86º 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 #BCB268 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 104 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.26 |
| HSL | 52.86º | 0.39% | 0.57% | - |
| HSV(B) | 52.86º | 0.45% | 0.74% | - |
| XYZ | 39.16 | 43.53 | 19.44 | - |
| YUV | 172.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 104 | 0 | 0.05 | 0.45 | 0.26 | 52.86 | 0.39 | 0.57 |
| Hex | BC | B2 | 68 | 0 | 5 | 2D | 1A | 35 | 27 | 39 |
| Octal | 274 | 262 | 150 | 0 | 5 | 55 | 32 | 65 | 47 | 71 |
| Binary | 10111100 | 10110010 | 1101000 | 0 | 101 | 101101 | 11010 | 110101 | 100111 | 111001 |
Color Harmonies of #BCB268
Complementary color
Monochromatic Colors of #BCB268
Black with #BCB268
Text Example
Text Example
White with #BCB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB268; }
p { color: rgb(188,178,104); }
H1.HeaderClassName
{
color: #BCB268;
}
.AnyTagClassName
{
color: #BCB268;
}
</style>
background-color css
<style>
a { background-color: #BCB268; }
a { background-color: rgb(188,178,104); }
div.DivClassName
{
background-color: #BCB268;
}
.BgClassName
{
background-color: #BCB268;
}
</style>
border-color css
<style>
span { border-color: #BCB268; }
span { border-color: rgb(188,178,104); }
td.TdClassName
{
border-color: #BCB268;
}
.TagClassName
{
border-color: #BCB268;
}
</style>