Shades of Shady Lady #B1949F
Tints of Shady Lady #B1949F
RGB
CMYK
RGB Variations
Color information
#B1949F (or 0xB1949F) is known color: Shady Lady. HEX triplet: B1, 94 and 9F. RGB value is (177,148,159). Sum of RGB (Red+Green+Blue) = 177+148+159=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B1949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1949F is #4E6B60. Grayscale: #9D9D9D. Windows color (decimal): -5139297 or 10458289. OLE color: 10458289.
HSL color Cylindrical-coordinate representation of color #B1949F: hue angle of 337.24º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1949F is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 159 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.31 |
| HSL | 337.24º | 0.16% | 0.64% | - |
| HSV(B) | 337.24º | 0.16% | 0.69% | - |
| XYZ | 34.98 | 33.03 | 37.33 | - |
| YUV | 157.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 159 | 0 | 0.16 | 0.10 | 0.31 | 337.24 | 0.16 | 0.64 |
| Hex | B1 | 94 | 9F | 0 | 10 | A | 1F | 151 | 10 | 40 |
| Octal | 261 | 224 | 237 | 0 | 20 | 12 | 37 | 521 | 20 | 100 |
| Binary | 10110001 | 10010100 | 10011111 | 0 | 10000 | 1010 | 11111 | 101010001 | 10000 | 1000000 |
Color Harmonies of #B1949F
Complementary color
Monochromatic Colors of #B1949F
Black with #B1949F
Text Example
Text Example
White with #B1949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1949F; }
p { color: rgb(177,148,159); }
H1.HeaderClassName
{
color: #B1949F;
}
.AnyTagClassName
{
color: #B1949F;
}
</style>
background-color css
<style>
a { background-color: #B1949F; }
a { background-color: rgb(177,148,159); }
div.DivClassName
{
background-color: #B1949F;
}
.BgClassName
{
background-color: #B1949F;
}
</style>
border-color css
<style>
span { border-color: #B1949F; }
span { border-color: rgb(177,148,159); }
td.TdClassName
{
border-color: #B1949F;
}
.TagClassName
{
border-color: #B1949F;
}
</style>