Shades of Ash #BFBBA0
Tints of Ash #BFBBA0
RGB
CMYK
RGB Variations
Color information
#BFBBA0 (or 0xBFBBA0) is known color: Ash. HEX triplet: BF, BB and A0. RGB value is (191,187,160). Sum of RGB (Red+Green+Blue) = 191+187+160=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBA0 is #40445F. Grayscale: #B9B9B9. Windows color (decimal): -4211808 or 10533823. OLE color: 10533823.
HSL color Cylindrical-coordinate representation of color #BFBBA0: hue angle of 52.26º 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 #BFBBA0 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 160 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.25 |
| HSL | 52.26º | 0.19% | 0.69% | - |
| HSV(B) | 52.26º | 0.16% | 0.75% | - |
| XYZ | 45.6 | 49.16 | 40.34 | - |
| YUV | 185.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 160 | 0 | 0.02 | 0.16 | 0.25 | 52.26 | 0.19 | 0.69 |
| Hex | BF | BB | A0 | 0 | 2 | 10 | 19 | 34 | 13 | 45 |
| Octal | 277 | 273 | 240 | 0 | 2 | 20 | 31 | 64 | 23 | 105 |
| Binary | 10111111 | 10111011 | 10100000 | 0 | 10 | 10000 | 11001 | 110100 | 10011 | 1000101 |
Color Harmonies of #BFBBA0
Complementary color
Monochromatic Colors of #BFBBA0
Black with #BFBBA0
Text Example
Text Example
White with #BFBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBA0; }
p { color: rgb(191,187,160); }
H1.HeaderClassName
{
color: #BFBBA0;
}
.AnyTagClassName
{
color: #BFBBA0;
}
</style>
background-color css
<style>
a { background-color: #BFBBA0; }
a { background-color: rgb(191,187,160); }
div.DivClassName
{
background-color: #BFBBA0;
}
.BgClassName
{
background-color: #BFBBA0;
}
</style>
border-color css
<style>
span { border-color: #BFBBA0; }
span { border-color: rgb(191,187,160); }
td.TdClassName
{
border-color: #BFBBA0;
}
.TagClassName
{
border-color: #BFBBA0;
}
</style>