Shades of Dark Khaki #BCB168
Tints of Dark Khaki #BCB168
RGB
CMYK
RGB Variations
Color information
#BCB168 (or 0xBCB168) is known color: Dark Khaki. HEX triplet: BC, B1 and 68. RGB value is (188,177,104). Sum of RGB (Red+Green+Blue) = 188+177+104=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB168 is #434E97. Grayscale: #ACACAC. Windows color (decimal): -4411032 or 6861244. OLE color: 6861244.
HSL color Cylindrical-coordinate representation of color #BCB168: hue angle of 52.14º 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 #BCB168 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 104 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.26 |
| HSL | 52.14º | 0.39% | 0.57% | - |
| HSV(B) | 52.14º | 0.45% | 0.74% | - |
| XYZ | 38.96 | 43.14 | 19.37 | - |
| YUV | 171.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 104 | 0 | 0.06 | 0.45 | 0.26 | 52.14 | 0.39 | 0.57 |
| Hex | BC | B1 | 68 | 0 | 6 | 2D | 1A | 34 | 27 | 39 |
| Octal | 274 | 261 | 150 | 0 | 6 | 55 | 32 | 64 | 47 | 71 |
| Binary | 10111100 | 10110001 | 1101000 | 0 | 110 | 101101 | 11010 | 110100 | 100111 | 111001 |
Color Harmonies of #BCB168
Complementary color
Monochromatic Colors of #BCB168
Black with #BCB168
Text Example
Text Example
White with #BCB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB168; }
p { color: rgb(188,177,104); }
H1.HeaderClassName
{
color: #BCB168;
}
.AnyTagClassName
{
color: #BCB168;
}
</style>
background-color css
<style>
a { background-color: #BCB168; }
a { background-color: rgb(188,177,104); }
div.DivClassName
{
background-color: #BCB168;
}
.BgClassName
{
background-color: #BCB168;
}
</style>
border-color css
<style>
span { border-color: #BCB168; }
span { border-color: rgb(188,177,104); }
td.TdClassName
{
border-color: #BCB168;
}
.TagClassName
{
border-color: #BCB168;
}
</style>