Shades of Dark Khaki #BCB566
Tints of Dark Khaki #BCB566
RGB
CMYK
RGB Variations
Color information
#BCB566 (or 0xBCB566) is known color: Dark Khaki. HEX triplet: BC, B5 and 66. RGB value is (188,181,102). Sum of RGB (Red+Green+Blue) = 188+181+102=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB566 is #434A99. Grayscale: #AEAEAE. Windows color (decimal): -4410010 or 6731196. OLE color: 6731196.
HSL color Cylindrical-coordinate representation of color #BCB566: hue angle of 55.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCB566 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 102 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.26 |
| HSL | 55.12º | 0.39% | 0.57% | - |
| HSV(B) | 55.12º | 0.46% | 0.74% | - |
| XYZ | 39.66 | 44.7 | 19.11 | - |
| YUV | 174.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 102 | 0 | 0.04 | 0.46 | 0.26 | 55.12 | 0.39 | 0.57 |
| Hex | BC | B5 | 66 | 0 | 4 | 2E | 1A | 37 | 27 | 39 |
| Octal | 274 | 265 | 146 | 0 | 4 | 56 | 32 | 67 | 47 | 71 |
| Binary | 10111100 | 10110101 | 1100110 | 0 | 100 | 101110 | 11010 | 110111 | 100111 | 111001 |
Color Harmonies of #BCB566
Complementary color
Monochromatic Colors of #BCB566
Black with #BCB566
Text Example
Text Example
White with #BCB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB566; }
p { color: rgb(188,181,102); }
H1.HeaderClassName
{
color: #BCB566;
}
.AnyTagClassName
{
color: #BCB566;
}
</style>
background-color css
<style>
a { background-color: #BCB566; }
a { background-color: rgb(188,181,102); }
div.DivClassName
{
background-color: #BCB566;
}
.BgClassName
{
background-color: #BCB566;
}
</style>
border-color css
<style>
span { border-color: #BCB566; }
span { border-color: rgb(188,181,102); }
td.TdClassName
{
border-color: #BCB566;
}
.TagClassName
{
border-color: #BCB566;
}
</style>