Shades of Dark Khaki #BFB975
Tints of Dark Khaki #BFB975
RGB
CMYK
RGB Variations
Color information
#BFB975 (or 0xBFB975) is known color: Dark Khaki. HEX triplet: BF, B9 and 75. RGB value is (191,185,117). Sum of RGB (Red+Green+Blue) = 191+185+117=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB975 is #40468A. Grayscale: #B3B3B3. Windows color (decimal): -4212363 or 7715263. OLE color: 7715263.
HSL color Cylindrical-coordinate representation of color #BFB975: hue angle of 55.14º 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 #BFB975 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 117 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.25 |
| HSL | 55.14º | 0.37% | 0.6% | - |
| HSV(B) | 55.14º | 0.39% | 0.75% | - |
| XYZ | 42.05 | 47.06 | 23.7 | - |
| YUV | 179.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 117 | 0 | 0.03 | 0.39 | 0.25 | 55.14 | 0.37 | 0.6 |
| Hex | BF | B9 | 75 | 0 | 3 | 27 | 19 | 37 | 25 | 3C |
| Octal | 277 | 271 | 165 | 0 | 3 | 47 | 31 | 67 | 45 | 74 |
| Binary | 10111111 | 10111001 | 1110101 | 0 | 11 | 100111 | 11001 | 110111 | 100101 | 111100 |
Color Harmonies of #BFB975
Complementary color
Monochromatic Colors of #BFB975
Black with #BFB975
Text Example
Text Example
White with #BFB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB975; }
p { color: rgb(191,185,117); }
H1.HeaderClassName
{
color: #BFB975;
}
.AnyTagClassName
{
color: #BFB975;
}
</style>
background-color css
<style>
a { background-color: #BFB975; }
a { background-color: rgb(191,185,117); }
div.DivClassName
{
background-color: #BFB975;
}
.BgClassName
{
background-color: #BFB975;
}
</style>
border-color css
<style>
span { border-color: #BFB975; }
span { border-color: rgb(191,185,117); }
td.TdClassName
{
border-color: #BFB975;
}
.TagClassName
{
border-color: #BFB975;
}
</style>