Shades of Dark Khaki #BFB863
Tints of Dark Khaki #BFB863
RGB
CMYK
RGB Variations
Color information
#BFB863 (or 0xBFB863) is known color: Dark Khaki. HEX triplet: BF, B8 and 63. RGB value is (191,184,99). Sum of RGB (Red+Green+Blue) = 191+184+99=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB863 is #40479C. Grayscale: #B0B0B0. Windows color (decimal): -4212637 or 6535359. OLE color: 6535359.
HSL color Cylindrical-coordinate representation of color #BFB863: hue angle of 55.43º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFB863 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 99 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.25 |
| HSL | 55.43º | 0.42% | 0.57% | - |
| HSV(B) | 55.43º | 0.48% | 0.75% | - |
| XYZ | 40.88 | 46.26 | 18.58 | - |
| YUV | 176.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 99 | 0 | 0.04 | 0.48 | 0.25 | 55.43 | 0.42 | 0.57 |
| Hex | BF | B8 | 63 | 0 | 4 | 30 | 19 | 37 | 2A | 39 |
| Octal | 277 | 270 | 143 | 0 | 4 | 60 | 31 | 67 | 52 | 71 |
| Binary | 10111111 | 10111000 | 1100011 | 0 | 100 | 110000 | 11001 | 110111 | 101010 | 111001 |
Color Harmonies of #BFB863
Complementary color
Monochromatic Colors of #BFB863
Black with #BFB863
Text Example
Text Example
White with #BFB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB863; }
p { color: rgb(191,184,99); }
H1.HeaderClassName
{
color: #BFB863;
}
.AnyTagClassName
{
color: #BFB863;
}
</style>
background-color css
<style>
a { background-color: #BFB863; }
a { background-color: rgb(191,184,99); }
div.DivClassName
{
background-color: #BFB863;
}
.BgClassName
{
background-color: #BFB863;
}
</style>
border-color css
<style>
span { border-color: #BFB863; }
span { border-color: rgb(191,184,99); }
td.TdClassName
{
border-color: #BFB863;
}
.TagClassName
{
border-color: #BFB863;
}
</style>