Shades of Ash #BFBAA1
Tints of Ash #BFBAA1
RGB
CMYK
RGB Variations
Color information
#BFBAA1 (or 0xBFBAA1) is known color: Ash. HEX triplet: BF, BA and A1. RGB value is (191,186,161). Sum of RGB (Red+Green+Blue) = 191+186+161=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAA1 is #40455E. Grayscale: #B8B8B8. Windows color (decimal): -4212063 or 10599103. OLE color: 10599103.
HSL color Cylindrical-coordinate representation of color #BFBAA1: hue angle of 50º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBAA1 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 161 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.25 |
| HSL | 50º | 0.19% | 0.69% | - |
| HSV(B) | 50º | 0.16% | 0.75% | - |
| XYZ | 45.48 | 48.77 | 40.73 | - |
| YUV | 184.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 161 | 0 | 0.03 | 0.16 | 0.25 | 50 | 0.19 | 0.69 |
| Hex | BF | BA | A1 | 0 | 3 | 10 | 19 | 32 | 13 | 45 |
| Octal | 277 | 272 | 241 | 0 | 3 | 20 | 31 | 62 | 23 | 105 |
| Binary | 10111111 | 10111010 | 10100001 | 0 | 11 | 10000 | 11001 | 110010 | 10011 | 1000101 |
Color Harmonies of #BFBAA1
Complementary color
Monochromatic Colors of #BFBAA1
Black with #BFBAA1
Text Example
Text Example
White with #BFBAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAA1; }
p { color: rgb(191,186,161); }
H1.HeaderClassName
{
color: #BFBAA1;
}
.AnyTagClassName
{
color: #BFBAA1;
}
</style>
background-color css
<style>
a { background-color: #BFBAA1; }
a { background-color: rgb(191,186,161); }
div.DivClassName
{
background-color: #BFBAA1;
}
.BgClassName
{
background-color: #BFBAA1;
}
</style>
border-color css
<style>
span { border-color: #BFBAA1; }
span { border-color: rgb(191,186,161); }
td.TdClassName
{
border-color: #BFBAA1;
}
.TagClassName
{
border-color: #BFBAA1;
}
</style>