Shades of Dark Khaki #BCB669
Tints of Dark Khaki #BCB669
RGB
CMYK
RGB Variations
Color information
#BCB669 (or 0xBCB669) is known color: Dark Khaki. HEX triplet: BC, B6 and 69. RGB value is (188,182,105). Sum of RGB (Red+Green+Blue) = 188+182+105=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB669 is #434996. Grayscale: #AFAFAF. Windows color (decimal): -4409751 or 6928060. OLE color: 6928060.
HSL color Cylindrical-coordinate representation of color #BCB669: hue angle of 55.66º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCB669 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 105 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.26 |
| HSL | 55.66º | 0.38% | 0.57% | - |
| HSV(B) | 55.66º | 0.44% | 0.74% | - |
| XYZ | 40.02 | 45.17 | 19.97 | - |
| YUV | 175.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 105 | 0 | 0.03 | 0.44 | 0.26 | 55.66 | 0.38 | 0.57 |
| Hex | BC | B6 | 69 | 0 | 3 | 2C | 1A | 38 | 26 | 39 |
| Octal | 274 | 266 | 151 | 0 | 3 | 54 | 32 | 70 | 46 | 71 |
| Binary | 10111100 | 10110110 | 1101001 | 0 | 11 | 101100 | 11010 | 111000 | 100110 | 111001 |
Color Harmonies of #BCB669
Complementary color
Monochromatic Colors of #BCB669
Black with #BCB669
Text Example
Text Example
White with #BCB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB669; }
p { color: rgb(188,182,105); }
H1.HeaderClassName
{
color: #BCB669;
}
.AnyTagClassName
{
color: #BCB669;
}
</style>
background-color css
<style>
a { background-color: #BCB669; }
a { background-color: rgb(188,182,105); }
div.DivClassName
{
background-color: #BCB669;
}
.BgClassName
{
background-color: #BCB669;
}
</style>
border-color css
<style>
span { border-color: #BCB669; }
span { border-color: rgb(188,182,105); }
td.TdClassName
{
border-color: #BCB669;
}
.TagClassName
{
border-color: #BCB669;
}
</style>