Shades of East Side #B791C0
Tints of East Side #B791C0
RGB
CMYK
RGB Variations
Color information
#B791C0 (or 0xB791C0) is known color: East Side. HEX triplet: B7, 91 and C0. RGB value is (183,145,192). Sum of RGB (Red+Green+Blue) = 183+145+192=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #B791C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B791C0 is #486E3F. Grayscale: #A1A1A1. Windows color (decimal): -4746816 or 12620215. OLE color: 12620215.
HSL color Cylindrical-coordinate representation of color #B791C0: hue angle of 288.51º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B791C0 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 145 | 192 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.25 |
| HSL | 288.51º | 0.27% | 0.66% | - |
| HSV(B) | 288.51º | 0.24% | 0.75% | - |
| XYZ | 39.17 | 34.12 | 54.39 | - |
| YUV | 161.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 192 | 0.05 | 0.24 | 0 | 0.25 | 288.51 | 0.27 | 0.66 |
| Hex | B7 | 91 | C0 | 5 | 18 | 0 | 19 | 121 | 1B | 42 |
| Octal | 267 | 221 | 300 | 5 | 30 | 0 | 31 | 441 | 33 | 102 |
| Binary | 10110111 | 10010001 | 11000000 | 101 | 11000 | 0 | 11001 | 100100001 | 11011 | 1000010 |
Color Harmonies of #B791C0
Complementary color
Monochromatic Colors of #B791C0
Black with #B791C0
Text Example
Text Example
White with #B791C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B791C0; }
p { color: rgb(183,145,192); }
H1.HeaderClassName
{
color: #B791C0;
}
.AnyTagClassName
{
color: #B791C0;
}
</style>
background-color css
<style>
a { background-color: #B791C0; }
a { background-color: rgb(183,145,192); }
div.DivClassName
{
background-color: #B791C0;
}
.BgClassName
{
background-color: #B791C0;
}
</style>
border-color css
<style>
span { border-color: #B791C0; }
span { border-color: rgb(183,145,192); }
td.TdClassName
{
border-color: #B791C0;
}
.TagClassName
{
border-color: #B791C0;
}
</style>