Shades of Dark Khaki #BFB770
Tints of Dark Khaki #BFB770
RGB
CMYK
RGB Variations
Color information
#BFB770 (or 0xBFB770) is known color: Dark Khaki. HEX triplet: BF, B7 and 70. RGB value is (191,183,112). Sum of RGB (Red+Green+Blue) = 191+183+112=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB770 is #40488F. Grayscale: #B1B1B1. Windows color (decimal): -4212880 or 7387071. OLE color: 7387071.
HSL color Cylindrical-coordinate representation of color #BFB770: hue angle of 53.92º 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 #BFB770 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 112 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.25 |
| HSL | 53.92º | 0.38% | 0.59% | - |
| HSV(B) | 53.92º | 0.41% | 0.75% | - |
| XYZ | 41.34 | 46.11 | 22.05 | - |
| YUV | 177.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 112 | 0 | 0.04 | 0.41 | 0.25 | 53.92 | 0.38 | 0.59 |
| Hex | BF | B7 | 70 | 0 | 4 | 29 | 19 | 36 | 26 | 3B |
| Octal | 277 | 267 | 160 | 0 | 4 | 51 | 31 | 66 | 46 | 73 |
| Binary | 10111111 | 10110111 | 1110000 | 0 | 100 | 101001 | 11001 | 110110 | 100110 | 111011 |
Color Harmonies of #BFB770
Complementary color
Monochromatic Colors of #BFB770
Black with #BFB770
Text Example
Text Example
White with #BFB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB770; }
p { color: rgb(191,183,112); }
H1.HeaderClassName
{
color: #BFB770;
}
.AnyTagClassName
{
color: #BFB770;
}
</style>
background-color css
<style>
a { background-color: #BFB770; }
a { background-color: rgb(191,183,112); }
div.DivClassName
{
background-color: #BFB770;
}
.BgClassName
{
background-color: #BFB770;
}
</style>
border-color css
<style>
span { border-color: #BFB770; }
span { border-color: rgb(191,183,112); }
td.TdClassName
{
border-color: #BFB770;
}
.TagClassName
{
border-color: #BFB770;
}
</style>