#B48BAA

Color #B48BAA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B48BAA

Tints of London Hue #B48BAA

Color information

#B48BAA (or 0xB48BAA) is unknown color: approx London Hue. HEX triplet: B4, 8B and AA. RGB value is (180,139,170). Sum of RGB (Red+Green+Blue) = 180+139+170=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BAA is #4B7455. Grayscale: #9A9A9A. Windows color (decimal): -4944982 or 11176884. OLE color: 11176884.

HSL color Cylindrical-coordinate representation of color #B48BAA: hue angle of 314.63º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B48BAA is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180139170-
CMYK00.230.060.29
HSL314.63º21.47%62.55%-
HSV(B)314.63º22.78%70.59%-
XYZ35.3131.0742.17-
YUV154.79136.58145.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=36.81%
G=28.43%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013917000.230.060.29314.6321.4762.55
HexB48BAA01761D13b153f
Octal2642132520276354732577
Binary1011010010001011101010100101111101110110011101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BAA; }

 p { color: rgb(180,139,170); }

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

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

 a { background-color: rgb(180,139,170); }

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

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

 span { border-color: rgb(180,139,170); }

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