Shades of Dark Khaki #BFB670
Tints of Dark Khaki #BFB670
RGB
CMYK
RGB Variations
Color information
#BFB670 (or 0xBFB670) is known color: Dark Khaki. HEX triplet: BF, B6 and 70. RGB value is (191,182,112). Sum of RGB (Red+Green+Blue) = 191+182+112=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB670 is #40498F. Grayscale: #B1B1B1. Windows color (decimal): -4213136 or 7386815. OLE color: 7386815.
HSL color Cylindrical-coordinate representation of color #BFB670: hue angle of 53.16º 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 #BFB670 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 112 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.25 |
| HSL | 53.16º | 0.38% | 0.59% | - |
| HSV(B) | 53.16º | 0.41% | 0.75% | - |
| XYZ | 41.14 | 45.7 | 21.98 | - |
| YUV | 176.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 112 | 0 | 0.05 | 0.41 | 0.25 | 53.16 | 0.38 | 0.59 |
| Hex | BF | B6 | 70 | 0 | 5 | 29 | 19 | 35 | 26 | 3B |
| Octal | 277 | 266 | 160 | 0 | 5 | 51 | 31 | 65 | 46 | 73 |
| Binary | 10111111 | 10110110 | 1110000 | 0 | 101 | 101001 | 11001 | 110101 | 100110 | 111011 |
Color Harmonies of #BFB670
Complementary color
Monochromatic Colors of #BFB670
Black with #BFB670
Text Example
Text Example
White with #BFB670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB670; }
p { color: rgb(191,182,112); }
H1.HeaderClassName
{
color: #BFB670;
}
.AnyTagClassName
{
color: #BFB670;
}
</style>
background-color css
<style>
a { background-color: #BFB670; }
a { background-color: rgb(191,182,112); }
div.DivClassName
{
background-color: #BFB670;
}
.BgClassName
{
background-color: #BFB670;
}
</style>
border-color css
<style>
span { border-color: #BFB670; }
span { border-color: rgb(191,182,112); }
td.TdClassName
{
border-color: #BFB670;
}
.TagClassName
{
border-color: #BFB670;
}
</style>