Shades of Shady Lady #B1909F
Tints of Shady Lady #B1909F
RGB
CMYK
RGB Variations
Color information
#B1909F (or 0xB1909F) is known color: Shady Lady. HEX triplet: B1, 90 and 9F. RGB value is (177,144,159). Sum of RGB (Red+Green+Blue) = 177+144+159=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B1909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1909F is #4E6F60. Grayscale: #9B9B9B. Windows color (decimal): -5140321 or 10457265. OLE color: 10457265.
HSL color Cylindrical-coordinate representation of color #B1909F: hue angle of 332.73º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1909F is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 159 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.31 |
| HSL | 332.73º | 0.17% | 0.63% | - |
| HSV(B) | 332.73º | 0.19% | 0.69% | - |
| XYZ | 34.36 | 31.8 | 37.13 | - |
| YUV | 155.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 159 | 0 | 0.19 | 0.10 | 0.31 | 332.73 | 0.17 | 0.63 |
| Hex | B1 | 90 | 9F | 0 | 13 | A | 1F | 14D | 11 | 3F |
| Octal | 261 | 220 | 237 | 0 | 23 | 12 | 37 | 515 | 21 | 77 |
| Binary | 10110001 | 10010000 | 10011111 | 0 | 10011 | 1010 | 11111 | 101001101 | 10001 | 111111 |
Color Harmonies of #B1909F
Complementary color
Monochromatic Colors of #B1909F
Black with #B1909F
Text Example
Text Example
White with #B1909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1909F; }
p { color: rgb(177,144,159); }
H1.HeaderClassName
{
color: #B1909F;
}
.AnyTagClassName
{
color: #B1909F;
}
</style>
background-color css
<style>
a { background-color: #B1909F; }
a { background-color: rgb(177,144,159); }
div.DivClassName
{
background-color: #B1909F;
}
.BgClassName
{
background-color: #B1909F;
}
</style>
border-color css
<style>
span { border-color: #B1909F; }
span { border-color: rgb(177,144,159); }
td.TdClassName
{
border-color: #B1909F;
}
.TagClassName
{
border-color: #B1909F;
}
</style>