Shades of Dark Khaki #BCB564
Tints of Dark Khaki #BCB564
RGB
CMYK
RGB Variations
Color information
#BCB564 (or 0xBCB564) is known color: Dark Khaki. HEX triplet: BC, B5 and 64. RGB value is (188,181,100). Sum of RGB (Red+Green+Blue) = 188+181+100=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB564 is #434A9B. Grayscale: #AEAEAE. Windows color (decimal): -4410012 or 6600124. OLE color: 6600124.
HSL color Cylindrical-coordinate representation of color #BCB564: hue angle of 55.23º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCB564 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 100 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.26 |
| HSL | 55.23º | 0.4% | 0.56% | - |
| HSV(B) | 55.23º | 0.47% | 0.74% | - |
| XYZ | 39.56 | 44.66 | 18.59 | - |
| YUV | 173.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 100 | 0 | 0.04 | 0.47 | 0.26 | 55.23 | 0.4 | 0.56 |
| Hex | BC | B5 | 64 | 0 | 4 | 2F | 1A | 37 | 28 | 38 |
| Octal | 274 | 265 | 144 | 0 | 4 | 57 | 32 | 67 | 50 | 70 |
| Binary | 10111100 | 10110101 | 1100100 | 0 | 100 | 101111 | 11010 | 110111 | 101000 | 111000 |
Color Harmonies of #BCB564
Complementary color
Monochromatic Colors of #BCB564
Black with #BCB564
Text Example
Text Example
White with #BCB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB564; }
p { color: rgb(188,181,100); }
H1.HeaderClassName
{
color: #BCB564;
}
.AnyTagClassName
{
color: #BCB564;
}
</style>
background-color css
<style>
a { background-color: #BCB564; }
a { background-color: rgb(188,181,100); }
div.DivClassName
{
background-color: #BCB564;
}
.BgClassName
{
background-color: #BCB564;
}
</style>
border-color css
<style>
span { border-color: #BCB564; }
span { border-color: rgb(188,181,100); }
td.TdClassName
{
border-color: #BCB564;
}
.TagClassName
{
border-color: #BCB564;
}
</style>