Shades of Dark Khaki #BFB96D
Tints of Dark Khaki #BFB96D
RGB
CMYK
RGB Variations
Color information
#BFB96D (or 0xBFB96D) is known color: Dark Khaki. HEX triplet: BF, B9 and 6D. RGB value is (191,185,109). Sum of RGB (Red+Green+Blue) = 191+185+109=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB96D is #404692. Grayscale: #B2B2B2. Windows color (decimal): -4212371 or 7190975. OLE color: 7190975.
HSL color Cylindrical-coordinate representation of color #BFB96D: hue angle of 55.61º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFB96D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 109 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.25 |
| HSL | 55.61º | 0.39% | 0.59% | - |
| HSV(B) | 55.61º | 0.43% | 0.75% | - |
| XYZ | 41.6 | 46.88 | 21.32 | - |
| YUV | 178.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 109 | 0 | 0.03 | 0.43 | 0.25 | 55.61 | 0.39 | 0.59 |
| Hex | BF | B9 | 6D | 0 | 3 | 2B | 19 | 38 | 27 | 3B |
| Octal | 277 | 271 | 155 | 0 | 3 | 53 | 31 | 70 | 47 | 73 |
| Binary | 10111111 | 10111001 | 1101101 | 0 | 11 | 101011 | 11001 | 111000 | 100111 | 111011 |
Color Harmonies of #BFB96D
Complementary color
Monochromatic Colors of #BFB96D
Black with #BFB96D
Text Example
Text Example
White with #BFB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB96D; }
p { color: rgb(191,185,109); }
H1.HeaderClassName
{
color: #BFB96D;
}
.AnyTagClassName
{
color: #BFB96D;
}
</style>
background-color css
<style>
a { background-color: #BFB96D; }
a { background-color: rgb(191,185,109); }
div.DivClassName
{
background-color: #BFB96D;
}
.BgClassName
{
background-color: #BFB96D;
}
</style>
border-color css
<style>
span { border-color: #BFB96D; }
span { border-color: rgb(191,185,109); }
td.TdClassName
{
border-color: #BFB96D;
}
.TagClassName
{
border-color: #BFB96D;
}
</style>