Shades of Shady Lady #B095A3
Tints of Shady Lady #B095A3
RGB
CMYK
RGB Variations
Color information
#B095A3 (or 0xB095A3) is known color: Shady Lady. HEX triplet: B0, 95 and A3. RGB value is (176,149,163). Sum of RGB (Red+Green+Blue) = 176+149+163=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B095A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B095A3 is #4F6A5C. Grayscale: #9E9E9E. Windows color (decimal): -5204573 or 10720688. OLE color: 10720688.
HSL color Cylindrical-coordinate representation of color #B095A3: hue angle of 328.89º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B095A3 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 163 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.31 |
| HSL | 328.89º | 0.15% | 0.64% | - |
| HSV(B) | 328.89º | 0.15% | 0.69% | - |
| XYZ | 35.26 | 33.37 | 39.23 | - |
| YUV | 158.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 163 | 0 | 0.15 | 0.07 | 0.31 | 328.89 | 0.15 | 0.64 |
| Hex | B0 | 95 | A3 | 0 | F | 7 | 1F | 149 | F | 40 |
| Octal | 260 | 225 | 243 | 0 | 17 | 7 | 37 | 511 | 17 | 100 |
| Binary | 10110000 | 10010101 | 10100011 | 0 | 1111 | 111 | 11111 | 101001001 | 1111 | 1000000 |
Color Harmonies of #B095A3
Complementary color
Monochromatic Colors of #B095A3
Black with #B095A3
Text Example
Text Example
White with #B095A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B095A3; }
p { color: rgb(176,149,163); }
H1.HeaderClassName
{
color: #B095A3;
}
.AnyTagClassName
{
color: #B095A3;
}
</style>
background-color css
<style>
a { background-color: #B095A3; }
a { background-color: rgb(176,149,163); }
div.DivClassName
{
background-color: #B095A3;
}
.BgClassName
{
background-color: #B095A3;
}
</style>
border-color css
<style>
span { border-color: #B095A3; }
span { border-color: rgb(176,149,163); }
td.TdClassName
{
border-color: #B095A3;
}
.TagClassName
{
border-color: #B095A3;
}
</style>