Shades of Dark Khaki #BFB575
Tints of Dark Khaki #BFB575
RGB
CMYK
RGB Variations
Color information
#BFB575 (or 0xBFB575) is known color: Dark Khaki. HEX triplet: BF, B5 and 75. RGB value is (191,181,117). Sum of RGB (Red+Green+Blue) = 191+181+117=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB575 is #404A8A. Grayscale: #B0B0B0. Windows color (decimal): -4213387 or 7714239. OLE color: 7714239.
HSL color Cylindrical-coordinate representation of color #BFB575: hue angle of 51.89º 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 #BFB575 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 117 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.25 |
| HSL | 51.89º | 0.37% | 0.6% | - |
| HSV(B) | 51.89º | 0.39% | 0.75% | - |
| XYZ | 41.22 | 45.41 | 23.42 | - |
| YUV | 176.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 117 | 0 | 0.05 | 0.39 | 0.25 | 51.89 | 0.37 | 0.6 |
| Hex | BF | B5 | 75 | 0 | 5 | 27 | 19 | 34 | 25 | 3C |
| Octal | 277 | 265 | 165 | 0 | 5 | 47 | 31 | 64 | 45 | 74 |
| Binary | 10111111 | 10110101 | 1110101 | 0 | 101 | 100111 | 11001 | 110100 | 100101 | 111100 |
Color Harmonies of #BFB575
Complementary color
Monochromatic Colors of #BFB575
Black with #BFB575
Text Example
Text Example
White with #BFB575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB575; }
p { color: rgb(191,181,117); }
H1.HeaderClassName
{
color: #BFB575;
}
.AnyTagClassName
{
color: #BFB575;
}
</style>
background-color css
<style>
a { background-color: #BFB575; }
a { background-color: rgb(191,181,117); }
div.DivClassName
{
background-color: #BFB575;
}
.BgClassName
{
background-color: #BFB575;
}
</style>
border-color css
<style>
span { border-color: #BFB575; }
span { border-color: rgb(191,181,117); }
td.TdClassName
{
border-color: #BFB575;
}
.TagClassName
{
border-color: #BFB575;
}
</style>