Shades of Ash #B9B4A5
Tints of Ash #B9B4A5
RGB
CMYK
RGB Variations
Color information
#B9B4A5 (or 0xB9B4A5) is known color: Ash. HEX triplet: B9, B4 and A5. RGB value is (185,180,165). Sum of RGB (Red+Green+Blue) = 185+180+165=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B4A5 is #464B5A. Grayscale: #B3B3B3. Windows color (decimal): -4606811 or 10859705. OLE color: 10859705.
HSL color Cylindrical-coordinate representation of color #B9B4A5: hue angle of 45º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9B4A5 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 180 | 165 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.27 |
| HSL | 45º | 0.13% | 0.69% | - |
| HSV(B) | 45º | 0.11% | 0.73% | - |
| XYZ | 43.12 | 45.67 | 42.14 | - |
| YUV | 179.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 180 | 165 | 0 | 0.03 | 0.11 | 0.27 | 45 | 0.13 | 0.69 |
| Hex | B9 | B4 | A5 | 0 | 3 | B | 1B | 2D | C | 45 |
| Octal | 271 | 264 | 245 | 0 | 3 | 13 | 33 | 55 | 14 | 105 |
| Binary | 10111001 | 10110100 | 10100101 | 0 | 11 | 1011 | 11011 | 101101 | 1100 | 1000101 |
Color Harmonies of #B9B4A5
Complementary color
Monochromatic Colors of #B9B4A5
Black with #B9B4A5
Text Example
Text Example
White with #B9B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B4A5; }
p { color: rgb(185,180,165); }
H1.HeaderClassName
{
color: #B9B4A5;
}
.AnyTagClassName
{
color: #B9B4A5;
}
</style>
background-color css
<style>
a { background-color: #B9B4A5; }
a { background-color: rgb(185,180,165); }
div.DivClassName
{
background-color: #B9B4A5;
}
.BgClassName
{
background-color: #B9B4A5;
}
</style>
border-color css
<style>
span { border-color: #B9B4A5; }
span { border-color: rgb(185,180,165); }
td.TdClassName
{
border-color: #B9B4A5;
}
.TagClassName
{
border-color: #B9B4A5;
}
</style>