Shades of Ash #BFBAA5
Tints of Ash #BFBAA5
RGB
CMYK
RGB Variations
Color information
#BFBAA5 (or 0xBFBAA5) is known color: Ash. HEX triplet: BF, BA and A5. RGB value is (191,186,165). Sum of RGB (Red+Green+Blue) = 191+186+165=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAA5 is #40455A. Grayscale: #B9B9B9. Windows color (decimal): -4212059 or 10861247. OLE color: 10861247.
HSL color Cylindrical-coordinate representation of color #BFBAA5: hue angle of 48.46º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFBAA5 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 186 | 165 | - |
CMYK | 0 | 0.03 | 0.14 | 0.25 |
HSL | 48.46º | 0.17% | 0.7% | - |
HSV(B) | 48.46º | 0.14% | 0.75% | - |
XYZ | 45.84 | 48.91 | 42.62 | - |
YUV | 185.1 | 116.66 | 132.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 186 | 165 | 0 | 0.03 | 0.14 | 0.25 | 48.46 | 0.17 | 0.7 |
Hex | BF | BA | A5 | 0 | 3 | E | 19 | 30 | 11 | 46 |
Octal | 277 | 272 | 245 | 0 | 3 | 16 | 31 | 60 | 21 | 106 |
Binary | 10111111 | 10111010 | 10100101 | 0 | 11 | 1110 | 11001 | 110000 | 10001 | 1000110 |
Color Harmonies of #BFBAA5
Complementary color
Monochromatic Colors of #BFBAA5
Black with #BFBAA5
Text Example
Text Example
White with #BFBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAA5; }
p { color: rgb(191,186,165); }
H1.HeaderClassName
{
color: #BFBAA5;
}
.AnyTagClassName
{
color: #BFBAA5;
}
</style>
background-color css
<style>
a { background-color: #BFBAA5; }
a { background-color: rgb(191,186,165); }
div.DivClassName
{
background-color: #BFBAA5;
}
.BgClassName
{
background-color: #BFBAA5;
}
</style>
border-color css
<style>
span { border-color: #BFBAA5; }
span { border-color: rgb(191,186,165); }
td.TdClassName
{
border-color: #BFBAA5;
}
.TagClassName
{
border-color: #BFBAA5;
}
</style>