#B48AA9

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

Shades of London Hue #B48AA9

Tints of London Hue #B48AA9

Color information

#B48AA9 (or 0xB48AA9) is unknown color: approx London Hue. HEX triplet: B4, 8A and A9. RGB value is (180,138,169). Sum of RGB (Red+Green+Blue) = 180+138+169=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AA9 is #4B7556. Grayscale: #9A9A9A. Windows color (decimal): -4945239 or 11111092. OLE color: 11111092.

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

Color convert

RGB180138169-
CMYK00.230.060.29
HSL315.71º21.88%62.35%-
HSV(B)315.71º23.33%70.59%-
XYZ35.0730.7441.62-
YUV154.09136.41146.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=36.96%
G=28.34%
B=34.70%

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
Decimal18013816900.230.060.29315.7121.8862.35
HexB48AA901761D13c163e
Octal2642122510276354742676
Binary1011010010001010101010010101111101110110011110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AA9; }

 p { color: rgb(180,138,169); }

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

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

 a { background-color: rgb(180,138,169); }

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

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

 span { border-color: rgb(180,138,169); }

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