Shades of Dark Khaki #BFB76F
Tints of Dark Khaki #BFB76F
RGB
CMYK
RGB Variations
Color information
#BFB76F (or 0xBFB76F) is known color: Dark Khaki. HEX triplet: BF, B7 and 6F. RGB value is (191,183,111). Sum of RGB (Red+Green+Blue) = 191+183+111=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB76F is #404890. Grayscale: #B1B1B1. Windows color (decimal): -4212881 or 7321535. OLE color: 7321535.
HSL color Cylindrical-coordinate representation of color #BFB76F: hue angle of 54º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFB76F is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 111 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.25 |
| HSL | 54º | 0.38% | 0.59% | - |
| HSV(B) | 54º | 0.42% | 0.75% | - |
| XYZ | 41.29 | 46.09 | 21.76 | - |
| YUV | 177.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 111 | 0 | 0.04 | 0.42 | 0.25 | 54 | 0.38 | 0.59 |
| Hex | BF | B7 | 6F | 0 | 4 | 2A | 19 | 36 | 26 | 3B |
| Octal | 277 | 267 | 157 | 0 | 4 | 52 | 31 | 66 | 46 | 73 |
| Binary | 10111111 | 10110111 | 1101111 | 0 | 100 | 101010 | 11001 | 110110 | 100110 | 111011 |
Color Harmonies of #BFB76F
Complementary color
Monochromatic Colors of #BFB76F
Black with #BFB76F
Text Example
Text Example
White with #BFB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB76F; }
p { color: rgb(191,183,111); }
H1.HeaderClassName
{
color: #BFB76F;
}
.AnyTagClassName
{
color: #BFB76F;
}
</style>
background-color css
<style>
a { background-color: #BFB76F; }
a { background-color: rgb(191,183,111); }
div.DivClassName
{
background-color: #BFB76F;
}
.BgClassName
{
background-color: #BFB76F;
}
</style>
border-color css
<style>
span { border-color: #BFB76F; }
span { border-color: rgb(191,183,111); }
td.TdClassName
{
border-color: #BFB76F;
}
.TagClassName
{
border-color: #BFB76F;
}
</style>