Shades of Dark Khaki #BFB070
Tints of Dark Khaki #BFB070
RGB
CMYK
RGB Variations
Color information
#BFB070 (or 0xBFB070) is known color: Dark Khaki. HEX triplet: BF, B0 and 70. RGB value is (191,176,112). Sum of RGB (Red+Green+Blue) = 191+176+112=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB070 is #404F8F. Grayscale: #ADADAD. Windows color (decimal): -4214672 or 7385279. OLE color: 7385279.
HSL color Cylindrical-coordinate representation of color #BFB070: hue angle of 48.61º 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 #BFB070 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 112 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.25 |
| HSL | 48.61º | 0.38% | 0.59% | - |
| HSV(B) | 48.61º | 0.41% | 0.75% | - |
| XYZ | 39.94 | 43.3 | 21.58 | - |
| YUV | 173.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 112 | 0 | 0.08 | 0.41 | 0.25 | 48.61 | 0.38 | 0.59 |
| Hex | BF | B0 | 70 | 0 | 8 | 29 | 19 | 31 | 26 | 3B |
| Octal | 277 | 260 | 160 | 0 | 10 | 51 | 31 | 61 | 46 | 73 |
| Binary | 10111111 | 10110000 | 1110000 | 0 | 1000 | 101001 | 11001 | 110001 | 100110 | 111011 |
Color Harmonies of #BFB070
Complementary color
Monochromatic Colors of #BFB070
Black with #BFB070
Text Example
Text Example
White with #BFB070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB070; }
p { color: rgb(191,176,112); }
H1.HeaderClassName
{
color: #BFB070;
}
.AnyTagClassName
{
color: #BFB070;
}
</style>
background-color css
<style>
a { background-color: #BFB070; }
a { background-color: rgb(191,176,112); }
div.DivClassName
{
background-color: #BFB070;
}
.BgClassName
{
background-color: #BFB070;
}
</style>
border-color css
<style>
span { border-color: #BFB070; }
span { border-color: rgb(191,176,112); }
td.TdClassName
{
border-color: #BFB070;
}
.TagClassName
{
border-color: #BFB070;
}
</style>