Shades of Dark Khaki #BFB76B
Tints of Dark Khaki #BFB76B
RGB
CMYK
RGB Variations
Color information
#BFB76B (or 0xBFB76B) is known color: Dark Khaki. HEX triplet: BF, B7 and 6B. RGB value is (191,183,107). Sum of RGB (Red+Green+Blue) = 191+183+107=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB76B is #404894. Grayscale: #B1B1B1. Windows color (decimal): -4212885 or 7059391. OLE color: 7059391.
HSL color Cylindrical-coordinate representation of color #BFB76B: hue angle of 54.29º 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 #BFB76B is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 107 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.25 |
| HSL | 54.29º | 0.4% | 0.58% | - |
| HSV(B) | 54.29º | 0.44% | 0.75% | - |
| XYZ | 41.07 | 46 | 20.62 | - |
| YUV | 176.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 107 | 0 | 0.04 | 0.44 | 0.25 | 54.29 | 0.4 | 0.58 |
| Hex | BF | B7 | 6B | 0 | 4 | 2C | 19 | 36 | 28 | 3A |
| Octal | 277 | 267 | 153 | 0 | 4 | 54 | 31 | 66 | 50 | 72 |
| Binary | 10111111 | 10110111 | 1101011 | 0 | 100 | 101100 | 11001 | 110110 | 101000 | 111010 |
Color Harmonies of #BFB76B
Complementary color
Monochromatic Colors of #BFB76B
Black with #BFB76B
Text Example
Text Example
White with #BFB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB76B; }
p { color: rgb(191,183,107); }
H1.HeaderClassName
{
color: #BFB76B;
}
.AnyTagClassName
{
color: #BFB76B;
}
</style>
background-color css
<style>
a { background-color: #BFB76B; }
a { background-color: rgb(191,183,107); }
div.DivClassName
{
background-color: #BFB76B;
}
.BgClassName
{
background-color: #BFB76B;
}
</style>
border-color css
<style>
span { border-color: #BFB76B; }
span { border-color: rgb(191,183,107); }
td.TdClassName
{
border-color: #BFB76B;
}
.TagClassName
{
border-color: #BFB76B;
}
</style>