Shades of Ash #BFBCA0
Tints of Ash #BFBCA0
RGB
CMYK
RGB Variations
Color information
#BFBCA0 (or 0xBFBCA0) is known color: Ash. HEX triplet: BF, BC and A0. RGB value is (191,188,160). Sum of RGB (Red+Green+Blue) = 191+188+160=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCA0 is #40435F. Grayscale: #B9B9B9. Windows color (decimal): -4211552 or 10534079. OLE color: 10534079.
HSL color Cylindrical-coordinate representation of color #BFBCA0: hue angle of 54.19º 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 #BFBCA0 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 160 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.25 |
| HSL | 54.19º | 0.19% | 0.69% | - |
| HSV(B) | 54.19º | 0.16% | 0.75% | - |
| XYZ | 45.81 | 49.58 | 40.41 | - |
| YUV | 185.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 160 | 0 | 0.02 | 0.16 | 0.25 | 54.19 | 0.19 | 0.69 |
| Hex | BF | BC | A0 | 0 | 2 | 10 | 19 | 36 | 13 | 45 |
| Octal | 277 | 274 | 240 | 0 | 2 | 20 | 31 | 66 | 23 | 105 |
| Binary | 10111111 | 10111100 | 10100000 | 0 | 10 | 10000 | 11001 | 110110 | 10011 | 1000101 |
Color Harmonies of #BFBCA0
Complementary color
Monochromatic Colors of #BFBCA0
Black with #BFBCA0
Text Example
Text Example
White with #BFBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCA0; }
p { color: rgb(191,188,160); }
H1.HeaderClassName
{
color: #BFBCA0;
}
.AnyTagClassName
{
color: #BFBCA0;
}
</style>
background-color css
<style>
a { background-color: #BFBCA0; }
a { background-color: rgb(191,188,160); }
div.DivClassName
{
background-color: #BFBCA0;
}
.BgClassName
{
background-color: #BFBCA0;
}
</style>
border-color css
<style>
span { border-color: #BFBCA0; }
span { border-color: rgb(191,188,160); }
td.TdClassName
{
border-color: #BFBCA0;
}
.TagClassName
{
border-color: #BFBCA0;
}
</style>