Shades of East Side #B182B9
Tints of East Side #B182B9
RGB
CMYK
RGB Variations
Color information
#B182B9 (or 0xB182B9) is known color: East Side. HEX triplet: B1, 82 and B9. RGB value is (177,130,185). Sum of RGB (Red+Green+Blue) = 177+130+185=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #B182B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182B9 is #4E7D46. Grayscale: #969696. Windows color (decimal): -5143879 or 12157617. OLE color: 12157617.
HSL color Cylindrical-coordinate representation of color #B182B9: hue angle of 291.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B182B9 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 130 | 185 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.27 |
| HSL | 291.27º | 0.28% | 0.62% | - |
| HSV(B) | 291.27º | 0.3% | 0.73% | - |
| XYZ | 34.87 | 28.82 | 49.62 | - |
| YUV | 150.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 185 | 0.04 | 0.30 | 0 | 0.27 | 291.27 | 0.28 | 0.62 |
| Hex | B1 | 82 | B9 | 4 | 1E | 0 | 1B | 123 | 1C | 3E |
| Octal | 261 | 202 | 271 | 4 | 36 | 0 | 33 | 443 | 34 | 76 |
| Binary | 10110001 | 10000010 | 10111001 | 100 | 11110 | 0 | 11011 | 100100011 | 11100 | 111110 |
Color Harmonies of #B182B9
Complementary color
Monochromatic Colors of #B182B9
Black with #B182B9
Text Example
Text Example
White with #B182B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182B9; }
p { color: rgb(177,130,185); }
H1.HeaderClassName
{
color: #B182B9;
}
.AnyTagClassName
{
color: #B182B9;
}
</style>
background-color css
<style>
a { background-color: #B182B9; }
a { background-color: rgb(177,130,185); }
div.DivClassName
{
background-color: #B182B9;
}
.BgClassName
{
background-color: #B182B9;
}
</style>
border-color css
<style>
span { border-color: #B182B9; }
span { border-color: rgb(177,130,185); }
td.TdClassName
{
border-color: #B182B9;
}
.TagClassName
{
border-color: #B182B9;
}
</style>