Shades of Dark Khaki #BFBA72
Tints of Dark Khaki #BFBA72
RGB
CMYK
RGB Variations
Color information
#BFBA72 (or 0xBFBA72) is known color: Dark Khaki. HEX triplet: BF, BA and 72. RGB value is (191,186,114). Sum of RGB (Red+Green+Blue) = 191+186+114=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA72 is #40458D. Grayscale: #B3B3B3. Windows color (decimal): -4212110 or 7518911. OLE color: 7518911.
HSL color Cylindrical-coordinate representation of color #BFBA72: hue angle of 56.1º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFBA72 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 114 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.25 |
| HSL | 56.1º | 0.38% | 0.6% | - |
| HSV(B) | 56.1º | 0.4% | 0.75% | - |
| XYZ | 42.08 | 47.41 | 22.85 | - |
| YUV | 179.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 114 | 0 | 0.03 | 0.40 | 0.25 | 56.1 | 0.38 | 0.6 |
| Hex | BF | BA | 72 | 0 | 3 | 28 | 19 | 38 | 26 | 3C |
| Octal | 277 | 272 | 162 | 0 | 3 | 50 | 31 | 70 | 46 | 74 |
| Binary | 10111111 | 10111010 | 1110010 | 0 | 11 | 101000 | 11001 | 111000 | 100110 | 111100 |
Color Harmonies of #BFBA72
Complementary color
Monochromatic Colors of #BFBA72
Black with #BFBA72
Text Example
Text Example
White with #BFBA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA72; }
p { color: rgb(191,186,114); }
H1.HeaderClassName
{
color: #BFBA72;
}
.AnyTagClassName
{
color: #BFBA72;
}
</style>
background-color css
<style>
a { background-color: #BFBA72; }
a { background-color: rgb(191,186,114); }
div.DivClassName
{
background-color: #BFBA72;
}
.BgClassName
{
background-color: #BFBA72;
}
</style>
border-color css
<style>
span { border-color: #BFBA72; }
span { border-color: rgb(191,186,114); }
td.TdClassName
{
border-color: #BFBA72;
}
.TagClassName
{
border-color: #BFBA72;
}
</style>