#B48AA8

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

Shades of London Hue #B48AA8

Tints of London Hue #B48AA8

Color information

#B48AA8 (or 0xB48AA8) is unknown color: approx London Hue. HEX triplet: B4, 8A and A8. RGB value is (180,138,168). Sum of RGB (Red+Green+Blue) = 180+138+168=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AA8 is #4B7557. Grayscale: #999999. Windows color (decimal): -4945240 or 11045556. OLE color: 11045556.

HSL color Cylindrical-coordinate representation of color #B48AA8: hue angle of 317.14º 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 #B48AA8 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB180138168-
CMYK00.230.070.29
HSL317.14º21.88%62.35%-
HSV(B)317.14º23.33%70.59%-
XYZ34.9830.7141.13-
YUV153.98135.91146.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 168 (66.02% from 255) = 34.57%
R=37.04%
G=28.40%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013816800.230.070.29317.1421.8862.35
HexB48AA801771D13d163e
Octal2642122500277354752676
Binary1011010010001010101010000101111111110110011110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AA8; }

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

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

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

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

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

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

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

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