Shades of Dark Khaki #BFB168
Tints of Dark Khaki #BFB168
RGB
CMYK
RGB Variations
Color information
#BFB168 (or 0xBFB168) is known color: Dark Khaki. HEX triplet: BF, B1 and 68. RGB value is (191,177,104). Sum of RGB (Red+Green+Blue) = 191+177+104=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB168 is #404E97. Grayscale: #ADADAD. Windows color (decimal): -4214424 or 6861247. OLE color: 6861247.
HSL color Cylindrical-coordinate representation of color #BFB168: hue angle of 50.34º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFB168 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 104 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.25 |
| HSL | 50.34º | 0.4% | 0.58% | - |
| HSV(B) | 50.34º | 0.46% | 0.75% | - |
| XYZ | 39.71 | 43.52 | 19.4 | - |
| YUV | 172.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 104 | 0 | 0.07 | 0.46 | 0.25 | 50.34 | 0.4 | 0.58 |
| Hex | BF | B1 | 68 | 0 | 7 | 2E | 19 | 32 | 28 | 3A |
| Octal | 277 | 261 | 150 | 0 | 7 | 56 | 31 | 62 | 50 | 72 |
| Binary | 10111111 | 10110001 | 1101000 | 0 | 111 | 101110 | 11001 | 110010 | 101000 | 111010 |
Color Harmonies of #BFB168
Complementary color
Monochromatic Colors of #BFB168
Black with #BFB168
Text Example
Text Example
White with #BFB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB168; }
p { color: rgb(191,177,104); }
H1.HeaderClassName
{
color: #BFB168;
}
.AnyTagClassName
{
color: #BFB168;
}
</style>
background-color css
<style>
a { background-color: #BFB168; }
a { background-color: rgb(191,177,104); }
div.DivClassName
{
background-color: #BFB168;
}
.BgClassName
{
background-color: #BFB168;
}
</style>
border-color css
<style>
span { border-color: #BFB168; }
span { border-color: rgb(191,177,104); }
td.TdClassName
{
border-color: #BFB168;
}
.TagClassName
{
border-color: #BFB168;
}
</style>