Shades of Dark Khaki #BCAF6D
Tints of Dark Khaki #BCAF6D
RGB
CMYK
RGB Variations
Color information
#BCAF6D (or 0xBCAF6D) is known color: Dark Khaki. HEX triplet: BC, AF and 6D. RGB value is (188,175,109). Sum of RGB (Red+Green+Blue) = 188+175+109=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF6D is #435092. Grayscale: #ABABAB. Windows color (decimal): -4411539 or 7188412. OLE color: 7188412.
HSL color Cylindrical-coordinate representation of color #BCAF6D: hue angle of 50.13º 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 #BCAF6D is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 109 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.26 |
| HSL | 50.13º | 0.37% | 0.58% | - |
| HSV(B) | 50.13º | 0.42% | 0.74% | - |
| XYZ | 38.83 | 42.46 | 20.62 | - |
| YUV | 171.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 109 | 0 | 0.07 | 0.42 | 0.26 | 50.13 | 0.37 | 0.58 |
| Hex | BC | AF | 6D | 0 | 7 | 2A | 1A | 32 | 25 | 3A |
| Octal | 274 | 257 | 155 | 0 | 7 | 52 | 32 | 62 | 45 | 72 |
| Binary | 10111100 | 10101111 | 1101101 | 0 | 111 | 101010 | 11010 | 110010 | 100101 | 111010 |
Color Harmonies of #BCAF6D
Complementary color
Monochromatic Colors of #BCAF6D
Black with #BCAF6D
Text Example
Text Example
White with #BCAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF6D; }
p { color: rgb(188,175,109); }
H1.HeaderClassName
{
color: #BCAF6D;
}
.AnyTagClassName
{
color: #BCAF6D;
}
</style>
background-color css
<style>
a { background-color: #BCAF6D; }
a { background-color: rgb(188,175,109); }
div.DivClassName
{
background-color: #BCAF6D;
}
.BgClassName
{
background-color: #BCAF6D;
}
</style>
border-color css
<style>
span { border-color: #BCAF6D; }
span { border-color: rgb(188,175,109); }
td.TdClassName
{
border-color: #BCAF6D;
}
.TagClassName
{
border-color: #BCAF6D;
}
</style>