#B48CB9

Color #B48CB9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B48CB9

Tints of East Side #B48CB9

Color information

#B48CB9 (or 0xB48CB9) is unknown color: approx East Side. HEX triplet: B4, 8C and B9. RGB value is (180,140,185). Sum of RGB (Red+Green+Blue) = 180+140+185=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 185 - color contains mainly: blue. Hex color #B48CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CB9 is #4B7346. Grayscale: #9C9C9C. Windows color (decimal): -4944711 or 12160180. OLE color: 12160180.

HSL color Cylindrical-coordinate representation of color #B48CB9: hue angle of 293.33º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B48CB9 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180140185-
CMYK0.030.2400.27
HSL293.33º24.32%63.73%-
HSV(B)293.33º24.32%72.55%-
XYZ36.9631.9650.12-
YUV157.09143.75144.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 140 (55.08% from 255) = 27.72%
BLUE value IS 185 (72.66% from 255) = 36.63%
R=35.64%
G=27.72%
B=36.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801401850.030.2400.27293.3324.3263.73
HexB48CB931801B1251840
Octal26421427133003344530100
Binary1011010010001100101110011111000011011100100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CB9; }

 p { color: rgb(180,140,185); }

 H1.HeaderClassName
 {
   color: #B48CB9;
 }
 .AnyTagClassName
 {
   color: #B48CB9;
 }
</style>
background-color css

<style>
 a { background-color: #B48CB9; }

 a { background-color: rgb(180,140,185); }

 div.DivClassName
 {
   background-color: #B48CB9;
 }
 .BgClassName
 {
   background-color: #B48CB9;
 }
</style>
border-color css

<style>
 span { border-color: #B48CB9; }

 span { border-color: rgb(180,140,185); }

 td.TdClassName
 {
   border-color: #B48CB9;
 }
 .TagClassName
 {
   border-color: #B48CB9;
 }
</style>