Shades of Dark Khaki #BFB775
Tints of Dark Khaki #BFB775
RGB
CMYK
RGB Variations
Color information
#BFB775 (or 0xBFB775) is known color: Dark Khaki. HEX triplet: BF, B7 and 75. RGB value is (191,183,117). Sum of RGB (Red+Green+Blue) = 191+183+117=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB775 is #40488A. Grayscale: #B2B2B2. Windows color (decimal): -4212875 or 7714751. OLE color: 7714751.
HSL color Cylindrical-coordinate representation of color #BFB775: hue angle of 53.51º 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 #BFB775 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 117 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.25 |
| HSL | 53.51º | 0.37% | 0.6% | - |
| HSV(B) | 53.51º | 0.39% | 0.75% | - |
| XYZ | 41.63 | 46.23 | 23.56 | - |
| YUV | 177.87 | 93.65 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 117 | 0 | 0.04 | 0.39 | 0.25 | 53.51 | 0.37 | 0.6 |
| Hex | BF | B7 | 75 | 0 | 4 | 27 | 19 | 36 | 25 | 3C |
| Octal | 277 | 267 | 165 | 0 | 4 | 47 | 31 | 66 | 45 | 74 |
| Binary | 10111111 | 10110111 | 1110101 | 0 | 100 | 100111 | 11001 | 110110 | 100101 | 111100 |
Color Harmonies of #BFB775
Complementary color
Monochromatic Colors of #BFB775
Black with #BFB775
Text Example
Text Example
White with #BFB775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB775; }
p { color: rgb(191,183,117); }
H1.HeaderClassName
{
color: #BFB775;
}
.AnyTagClassName
{
color: #BFB775;
}
</style>
background-color css
<style>
a { background-color: #BFB775; }
a { background-color: rgb(191,183,117); }
div.DivClassName
{
background-color: #BFB775;
}
.BgClassName
{
background-color: #BFB775;
}
</style>
border-color css
<style>
span { border-color: #BFB775; }
span { border-color: rgb(191,183,117); }
td.TdClassName
{
border-color: #BFB775;
}
.TagClassName
{
border-color: #BFB775;
}
</style>