#B48AB2

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

Shades of London Hue #B48AB2

Tints of London Hue #B48AB2

Color information

#B48AB2 (or 0xB48AB2) is unknown color: approx London Hue. HEX triplet: B4, 8A and B2. RGB value is (180,138,178). Sum of RGB (Red+Green+Blue) = 180+138+178=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AB2 is #4B754D. Grayscale: #9B9B9B. Windows color (decimal): -4945230 or 11700916. OLE color: 11700916.

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

Color convert

RGB180138178-
CMYK00.230.010.29
HSL302.86º21.88%62.35%-
HSV(B)302.86º23.33%70.59%-
XYZ35.9531.0946.23-
YUV155.12140.91145.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 178 (69.92% from 255) = 35.89%
R=36.29%
G=27.82%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013817800.230.010.29302.8621.8862.35
HexB48AB201711D12f163e
Octal2642122620271354572676
Binary10110100100010101011001001011111110110010111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AB2; }

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

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

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

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

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

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

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

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