Shades of Dark Khaki #BFB970
Tints of Dark Khaki #BFB970
RGB
CMYK
RGB Variations
Color information
#BFB970 (or 0xBFB970) is known color: Dark Khaki. HEX triplet: BF, B9 and 70. RGB value is (191,185,112). Sum of RGB (Red+Green+Blue) = 191+185+112=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB970 is #40468F. Grayscale: #B2B2B2. Windows color (decimal): -4212368 or 7387583. OLE color: 7387583.
HSL color Cylindrical-coordinate representation of color #BFB970: hue angle of 55.44º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFB970 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 112 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.25 |
| HSL | 55.44º | 0.38% | 0.59% | - |
| HSV(B) | 55.44º | 0.41% | 0.75% | - |
| XYZ | 41.76 | 46.94 | 22.19 | - |
| YUV | 178.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 112 | 0 | 0.03 | 0.41 | 0.25 | 55.44 | 0.38 | 0.59 |
| Hex | BF | B9 | 70 | 0 | 3 | 29 | 19 | 37 | 26 | 3B |
| Octal | 277 | 271 | 160 | 0 | 3 | 51 | 31 | 67 | 46 | 73 |
| Binary | 10111111 | 10111001 | 1110000 | 0 | 11 | 101001 | 11001 | 110111 | 100110 | 111011 |
Color Harmonies of #BFB970
Complementary color
Monochromatic Colors of #BFB970
Black with #BFB970
Text Example
Text Example
White with #BFB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB970; }
p { color: rgb(191,185,112); }
H1.HeaderClassName
{
color: #BFB970;
}
.AnyTagClassName
{
color: #BFB970;
}
</style>
background-color css
<style>
a { background-color: #BFB970; }
a { background-color: rgb(191,185,112); }
div.DivClassName
{
background-color: #BFB970;
}
.BgClassName
{
background-color: #BFB970;
}
</style>
border-color css
<style>
span { border-color: #BFB970; }
span { border-color: rgb(191,185,112); }
td.TdClassName
{
border-color: #BFB970;
}
.TagClassName
{
border-color: #BFB970;
}
</style>