Shades of Dark Khaki #BFB963
Tints of Dark Khaki #BFB963
RGB
CMYK
RGB Variations
Color information
#BFB963 (or 0xBFB963) is known color: Dark Khaki. HEX triplet: BF, B9 and 63. RGB value is (191,185,99). Sum of RGB (Red+Green+Blue) = 191+185+99=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB963 is #40469C. Grayscale: #B1B1B1. Windows color (decimal): -4212381 or 6535615. OLE color: 6535615.
HSL color Cylindrical-coordinate representation of color #BFB963: hue angle of 56.09º 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 #BFB963 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 99 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.25 |
| HSL | 56.09º | 0.42% | 0.57% | - |
| HSV(B) | 56.09º | 0.48% | 0.75% | - |
| XYZ | 41.09 | 46.68 | 18.65 | - |
| YUV | 176.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 99 | 0 | 0.03 | 0.48 | 0.25 | 56.09 | 0.42 | 0.57 |
| Hex | BF | B9 | 63 | 0 | 3 | 30 | 19 | 38 | 2A | 39 |
| Octal | 277 | 271 | 143 | 0 | 3 | 60 | 31 | 70 | 52 | 71 |
| Binary | 10111111 | 10111001 | 1100011 | 0 | 11 | 110000 | 11001 | 111000 | 101010 | 111001 |
Color Harmonies of #BFB963
Complementary color
Monochromatic Colors of #BFB963
Black with #BFB963
Text Example
Text Example
White with #BFB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB963; }
p { color: rgb(191,185,99); }
H1.HeaderClassName
{
color: #BFB963;
}
.AnyTagClassName
{
color: #BFB963;
}
</style>
background-color css
<style>
a { background-color: #BFB963; }
a { background-color: rgb(191,185,99); }
div.DivClassName
{
background-color: #BFB963;
}
.BgClassName
{
background-color: #BFB963;
}
</style>
border-color css
<style>
span { border-color: #BFB963; }
span { border-color: rgb(191,185,99); }
td.TdClassName
{
border-color: #BFB963;
}
.TagClassName
{
border-color: #BFB963;
}
</style>