Shades of Dark Khaki #BFB773
Tints of Dark Khaki #BFB773
RGB
CMYK
RGB Variations
Color information
#BFB773 (or 0xBFB773) is known color: Dark Khaki. HEX triplet: BF, B7 and 73. RGB value is (191,183,115). Sum of RGB (Red+Green+Blue) = 191+183+115=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB773 is #40488C. Grayscale: #B1B1B1. Windows color (decimal): -4212877 or 7583679. OLE color: 7583679.
HSL color Cylindrical-coordinate representation of color #BFB773: hue angle of 53.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFB773 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 115 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.25 |
| HSL | 53.68º | 0.37% | 0.6% | - |
| HSV(B) | 53.68º | 0.4% | 0.75% | - |
| XYZ | 41.51 | 46.18 | 22.95 | - |
| YUV | 177.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 115 | 0 | 0.04 | 0.40 | 0.25 | 53.68 | 0.37 | 0.6 |
| Hex | BF | B7 | 73 | 0 | 4 | 28 | 19 | 36 | 25 | 3C |
| Octal | 277 | 267 | 163 | 0 | 4 | 50 | 31 | 66 | 45 | 74 |
| Binary | 10111111 | 10110111 | 1110011 | 0 | 100 | 101000 | 11001 | 110110 | 100101 | 111100 |
Color Harmonies of #BFB773
Complementary color
Monochromatic Colors of #BFB773
Black with #BFB773
Text Example
Text Example
White with #BFB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB773; }
p { color: rgb(191,183,115); }
H1.HeaderClassName
{
color: #BFB773;
}
.AnyTagClassName
{
color: #BFB773;
}
</style>
background-color css
<style>
a { background-color: #BFB773; }
a { background-color: rgb(191,183,115); }
div.DivClassName
{
background-color: #BFB773;
}
.BgClassName
{
background-color: #BFB773;
}
</style>
border-color css
<style>
span { border-color: #BFB773; }
span { border-color: rgb(191,183,115); }
td.TdClassName
{
border-color: #BFB773;
}
.TagClassName
{
border-color: #BFB773;
}
</style>