Shades of East Side #B48CBB
Tints of East Side #B48CBB
RGB
CMYK
RGB Variations
Color information
#B48CBB (or 0xB48CBB) is known color: East Side. HEX triplet: B4, 8C and BB. RGB value is (180,140,187). Sum of RGB (Red+Green+Blue) = 180+140+187=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #B48CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CBB is #4B7344. Grayscale: #9D9D9D. Windows color (decimal): -4944709 or 12291252. OLE color: 12291252.
HSL color Cylindrical-coordinate representation of color #B48CBB: hue angle of 291.06º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B48CBB is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 140 | 187 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.27 |
| HSL | 291.06º | 0.26% | 0.64% | - |
| HSV(B) | 291.06º | 0.25% | 0.73% | - |
| XYZ | 37.17 | 32.05 | 51.24 | - |
| YUV | 157.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 187 | 0.04 | 0.25 | 0 | 0.27 | 291.06 | 0.26 | 0.64 |
| Hex | B4 | 8C | BB | 4 | 19 | 0 | 1B | 123 | 1A | 40 |
| Octal | 264 | 214 | 273 | 4 | 31 | 0 | 33 | 443 | 32 | 100 |
| Binary | 10110100 | 10001100 | 10111011 | 100 | 11001 | 0 | 11011 | 100100011 | 11010 | 1000000 |
Color Harmonies of #B48CBB
Complementary color
Monochromatic Colors of #B48CBB
Black with #B48CBB
Text Example
Text Example
White with #B48CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48CBB; }
p { color: rgb(180,140,187); }
H1.HeaderClassName
{
color: #B48CBB;
}
.AnyTagClassName
{
color: #B48CBB;
}
</style>
background-color css
<style>
a { background-color: #B48CBB; }
a { background-color: rgb(180,140,187); }
div.DivClassName
{
background-color: #B48CBB;
}
.BgClassName
{
background-color: #B48CBB;
}
</style>
border-color css
<style>
span { border-color: #B48CBB; }
span { border-color: rgb(180,140,187); }
td.TdClassName
{
border-color: #B48CBB;
}
.TagClassName
{
border-color: #B48CBB;
}
</style>