Shades of Dark Khaki #BFB568
Tints of Dark Khaki #BFB568
RGB
CMYK
RGB Variations
Color information
#BFB568 (or 0xBFB568) is known color: Dark Khaki. HEX triplet: BF, B5 and 68. RGB value is (191,181,104). Sum of RGB (Red+Green+Blue) = 191+181+104=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB568 is #404A97. Grayscale: #AFAFAF. Windows color (decimal): -4213400 or 6862271. OLE color: 6862271.
HSL color Cylindrical-coordinate representation of color #BFB568: hue angle of 53.1º 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 #BFB568 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 104 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.25 |
| HSL | 53.1º | 0.4% | 0.58% | - |
| HSV(B) | 53.1º | 0.46% | 0.75% | - |
| XYZ | 40.51 | 45.12 | 19.67 | - |
| YUV | 175.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 104 | 0 | 0.05 | 0.46 | 0.25 | 53.1 | 0.4 | 0.58 |
| Hex | BF | B5 | 68 | 0 | 5 | 2E | 19 | 35 | 28 | 3A |
| Octal | 277 | 265 | 150 | 0 | 5 | 56 | 31 | 65 | 50 | 72 |
| Binary | 10111111 | 10110101 | 1101000 | 0 | 101 | 101110 | 11001 | 110101 | 101000 | 111010 |
Color Harmonies of #BFB568
Complementary color
Monochromatic Colors of #BFB568
Black with #BFB568
Text Example
Text Example
White with #BFB568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB568; }
p { color: rgb(191,181,104); }
H1.HeaderClassName
{
color: #BFB568;
}
.AnyTagClassName
{
color: #BFB568;
}
</style>
background-color css
<style>
a { background-color: #BFB568; }
a { background-color: rgb(191,181,104); }
div.DivClassName
{
background-color: #BFB568;
}
.BgClassName
{
background-color: #BFB568;
}
</style>
border-color css
<style>
span { border-color: #BFB568; }
span { border-color: rgb(191,181,104); }
td.TdClassName
{
border-color: #BFB568;
}
.TagClassName
{
border-color: #BFB568;
}
</style>