Shades of Dark Khaki #BFB96B
Tints of Dark Khaki #BFB96B
RGB
CMYK
RGB Variations
Color information
#BFB96B (or 0xBFB96B) is known color: Dark Khaki. HEX triplet: BF, B9 and 6B. RGB value is (191,185,107). Sum of RGB (Red+Green+Blue) = 191+185+107=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB96B is #404694. Grayscale: #B2B2B2. Windows color (decimal): -4212373 or 7059903. OLE color: 7059903.
HSL color Cylindrical-coordinate representation of color #BFB96B: hue angle of 55.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFB96B is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 107 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.25 |
| HSL | 55.71º | 0.4% | 0.58% | - |
| HSV(B) | 55.71º | 0.44% | 0.75% | - |
| XYZ | 41.49 | 46.84 | 20.76 | - |
| YUV | 177.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 107 | 0 | 0.03 | 0.44 | 0.25 | 55.71 | 0.4 | 0.58 |
| Hex | BF | B9 | 6B | 0 | 3 | 2C | 19 | 38 | 28 | 3A |
| Octal | 277 | 271 | 153 | 0 | 3 | 54 | 31 | 70 | 50 | 72 |
| Binary | 10111111 | 10111001 | 1101011 | 0 | 11 | 101100 | 11001 | 111000 | 101000 | 111010 |
Color Harmonies of #BFB96B
Complementary color
Monochromatic Colors of #BFB96B
Black with #BFB96B
Text Example
Text Example
White with #BFB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB96B; }
p { color: rgb(191,185,107); }
H1.HeaderClassName
{
color: #BFB96B;
}
.AnyTagClassName
{
color: #BFB96B;
}
</style>
background-color css
<style>
a { background-color: #BFB96B; }
a { background-color: rgb(191,185,107); }
div.DivClassName
{
background-color: #BFB96B;
}
.BgClassName
{
background-color: #BFB96B;
}
</style>
border-color css
<style>
span { border-color: #BFB96B; }
span { border-color: rgb(191,185,107); }
td.TdClassName
{
border-color: #BFB96B;
}
.TagClassName
{
border-color: #BFB96B;
}
</style>