Shades of Dark Khaki #BCB66D
Tints of Dark Khaki #BCB66D
RGB
CMYK
RGB Variations
Color information
#BCB66D (or 0xBCB66D) is known color: Dark Khaki. HEX triplet: BC, B6 and 6D. RGB value is (188,182,109). Sum of RGB (Red+Green+Blue) = 188+182+109=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB66D is #434992. Grayscale: #AFAFAF. Windows color (decimal): -4409747 or 7190204. OLE color: 7190204.
HSL color Cylindrical-coordinate representation of color #BCB66D: hue angle of 55.44º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCB66D is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 109 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.26 |
| HSL | 55.44º | 0.37% | 0.58% | - |
| HSV(B) | 55.44º | 0.42% | 0.74% | - |
| XYZ | 40.23 | 45.25 | 21.08 | - |
| YUV | 175.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 109 | 0 | 0.03 | 0.42 | 0.26 | 55.44 | 0.37 | 0.58 |
| Hex | BC | B6 | 6D | 0 | 3 | 2A | 1A | 37 | 25 | 3A |
| Octal | 274 | 266 | 155 | 0 | 3 | 52 | 32 | 67 | 45 | 72 |
| Binary | 10111100 | 10110110 | 1101101 | 0 | 11 | 101010 | 11010 | 110111 | 100101 | 111010 |
Color Harmonies of #BCB66D
Complementary color
Monochromatic Colors of #BCB66D
Black with #BCB66D
Text Example
Text Example
White with #BCB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB66D; }
p { color: rgb(188,182,109); }
H1.HeaderClassName
{
color: #BCB66D;
}
.AnyTagClassName
{
color: #BCB66D;
}
</style>
background-color css
<style>
a { background-color: #BCB66D; }
a { background-color: rgb(188,182,109); }
div.DivClassName
{
background-color: #BCB66D;
}
.BgClassName
{
background-color: #BCB66D;
}
</style>
border-color css
<style>
span { border-color: #BCB66D; }
span { border-color: rgb(188,182,109); }
td.TdClassName
{
border-color: #BCB66D;
}
.TagClassName
{
border-color: #BCB66D;
}
</style>