Shades of Dark Khaki #BCB66F
Tints of Dark Khaki #BCB66F
RGB
CMYK
RGB Variations
Color information
#BCB66F (or 0xBCB66F) is known color: Dark Khaki. HEX triplet: BC, B6 and 6F. RGB value is (188,182,111). Sum of RGB (Red+Green+Blue) = 188+182+111=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB66F is #434990. Grayscale: #AFAFAF. Windows color (decimal): -4409745 or 7321276. OLE color: 7321276.
HSL color Cylindrical-coordinate representation of color #BCB66F: hue angle of 55.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCB66F is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 111 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.26 |
| HSL | 55.32º | 0.36% | 0.59% | - |
| HSV(B) | 55.32º | 0.41% | 0.74% | - |
| XYZ | 40.34 | 45.29 | 21.66 | - |
| YUV | 175.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 111 | 0 | 0.03 | 0.41 | 0.26 | 55.32 | 0.36 | 0.59 |
| Hex | BC | B6 | 6F | 0 | 3 | 29 | 1A | 37 | 24 | 3B |
| Octal | 274 | 266 | 157 | 0 | 3 | 51 | 32 | 67 | 44 | 73 |
| Binary | 10111100 | 10110110 | 1101111 | 0 | 11 | 101001 | 11010 | 110111 | 100100 | 111011 |
Color Harmonies of #BCB66F
Complementary color
Monochromatic Colors of #BCB66F
Black with #BCB66F
Text Example
Text Example
White with #BCB66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB66F; }
p { color: rgb(188,182,111); }
H1.HeaderClassName
{
color: #BCB66F;
}
.AnyTagClassName
{
color: #BCB66F;
}
</style>
background-color css
<style>
a { background-color: #BCB66F; }
a { background-color: rgb(188,182,111); }
div.DivClassName
{
background-color: #BCB66F;
}
.BgClassName
{
background-color: #BCB66F;
}
</style>
border-color css
<style>
span { border-color: #BCB66F; }
span { border-color: rgb(188,182,111); }
td.TdClassName
{
border-color: #BCB66F;
}
.TagClassName
{
border-color: #BCB66F;
}
</style>