Shades of Dark Khaki #BFB774
Tints of Dark Khaki #BFB774
RGB
CMYK
RGB Variations
Color information
#BFB774 (or 0xBFB774) is known color: Dark Khaki. HEX triplet: BF, B7 and 74. RGB value is (191,183,116). Sum of RGB (Red+Green+Blue) = 191+183+116=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB774 is #40488B. Grayscale: #B2B2B2. Windows color (decimal): -4212876 or 7649215. OLE color: 7649215.
HSL color Cylindrical-coordinate representation of color #BFB774: hue angle of 53.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFB774 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 116 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.25 |
| HSL | 53.6º | 0.37% | 0.6% | - |
| HSV(B) | 53.6º | 0.39% | 0.75% | - |
| XYZ | 41.57 | 46.2 | 23.25 | - |
| YUV | 177.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 116 | 0 | 0.04 | 0.39 | 0.25 | 53.6 | 0.37 | 0.6 |
| Hex | BF | B7 | 74 | 0 | 4 | 27 | 19 | 36 | 25 | 3C |
| Octal | 277 | 267 | 164 | 0 | 4 | 47 | 31 | 66 | 45 | 74 |
| Binary | 10111111 | 10110111 | 1110100 | 0 | 100 | 100111 | 11001 | 110110 | 100101 | 111100 |
Color Harmonies of #BFB774
Complementary color
Monochromatic Colors of #BFB774
Black with #BFB774
Text Example
Text Example
White with #BFB774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB774; }
p { color: rgb(191,183,116); }
H1.HeaderClassName
{
color: #BFB774;
}
.AnyTagClassName
{
color: #BFB774;
}
</style>
background-color css
<style>
a { background-color: #BFB774; }
a { background-color: rgb(191,183,116); }
div.DivClassName
{
background-color: #BFB774;
}
.BgClassName
{
background-color: #BFB774;
}
</style>
border-color css
<style>
span { border-color: #BFB774; }
span { border-color: rgb(191,183,116); }
td.TdClassName
{
border-color: #BFB774;
}
.TagClassName
{
border-color: #BFB774;
}
</style>