Shades of Shady Lady #B093A3
Tints of Shady Lady #B093A3
RGB
CMYK
RGB Variations
Color information
#B093A3 (or 0xB093A3) is known color: Shady Lady. HEX triplet: B0, 93 and A3. RGB value is (176,147,163). Sum of RGB (Red+Green+Blue) = 176+147+163=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B093A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B093A3 is #4F6C5C. Grayscale: #9D9D9D. Windows color (decimal): -5205085 or 10720176. OLE color: 10720176.
HSL color Cylindrical-coordinate representation of color #B093A3: hue angle of 326.9º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B093A3 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 163 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.31 |
| HSL | 326.9º | 0.16% | 0.63% | - |
| HSV(B) | 326.9º | 0.16% | 0.69% | - |
| XYZ | 34.95 | 32.74 | 39.13 | - |
| YUV | 157.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 163 | 0 | 0.16 | 0.07 | 0.31 | 326.9 | 0.16 | 0.63 |
| Hex | B0 | 93 | A3 | 0 | 10 | 7 | 1F | 147 | 10 | 3F |
| Octal | 260 | 223 | 243 | 0 | 20 | 7 | 37 | 507 | 20 | 77 |
| Binary | 10110000 | 10010011 | 10100011 | 0 | 10000 | 111 | 11111 | 101000111 | 10000 | 111111 |
Color Harmonies of #B093A3
Complementary color
Monochromatic Colors of #B093A3
Black with #B093A3
Text Example
Text Example
White with #B093A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B093A3; }
p { color: rgb(176,147,163); }
H1.HeaderClassName
{
color: #B093A3;
}
.AnyTagClassName
{
color: #B093A3;
}
</style>
background-color css
<style>
a { background-color: #B093A3; }
a { background-color: rgb(176,147,163); }
div.DivClassName
{
background-color: #B093A3;
}
.BgClassName
{
background-color: #B093A3;
}
</style>
border-color css
<style>
span { border-color: #B093A3; }
span { border-color: rgb(176,147,163); }
td.TdClassName
{
border-color: #B093A3;
}
.TagClassName
{
border-color: #B093A3;
}
</style>