Shades of Dark Khaki #BFB76A
Tints of Dark Khaki #BFB76A
RGB
CMYK
RGB Variations
Color information
#BFB76A (or 0xBFB76A) is known color: Dark Khaki. HEX triplet: BF, B7 and 6A. RGB value is (191,183,106). Sum of RGB (Red+Green+Blue) = 191+183+106=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB76A is #404895. Grayscale: #B0B0B0. Windows color (decimal): -4212886 or 6993855. OLE color: 6993855.
HSL color Cylindrical-coordinate representation of color #BFB76A: hue angle of 54.35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFB76A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 106 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.25 |
| HSL | 54.35º | 0.4% | 0.58% | - |
| HSV(B) | 54.35º | 0.45% | 0.75% | - |
| XYZ | 41.02 | 45.98 | 20.35 | - |
| YUV | 176.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 106 | 0 | 0.04 | 0.45 | 0.25 | 54.35 | 0.4 | 0.58 |
| Hex | BF | B7 | 6A | 0 | 4 | 2D | 19 | 36 | 28 | 3A |
| Octal | 277 | 267 | 152 | 0 | 4 | 55 | 31 | 66 | 50 | 72 |
| Binary | 10111111 | 10110111 | 1101010 | 0 | 100 | 101101 | 11001 | 110110 | 101000 | 111010 |
Color Harmonies of #BFB76A
Complementary color
Monochromatic Colors of #BFB76A
Black with #BFB76A
Text Example
Text Example
White with #BFB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB76A; }
p { color: rgb(191,183,106); }
H1.HeaderClassName
{
color: #BFB76A;
}
.AnyTagClassName
{
color: #BFB76A;
}
</style>
background-color css
<style>
a { background-color: #BFB76A; }
a { background-color: rgb(191,183,106); }
div.DivClassName
{
background-color: #BFB76A;
}
.BgClassName
{
background-color: #BFB76A;
}
</style>
border-color css
<style>
span { border-color: #BFB76A; }
span { border-color: rgb(191,183,106); }
td.TdClassName
{
border-color: #BFB76A;
}
.TagClassName
{
border-color: #BFB76A;
}
</style>