#B48AB0

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

Shades of London Hue #B48AB0

Tints of London Hue #B48AB0

Color information

#B48AB0 (or 0xB48AB0) is unknown color: approx London Hue. HEX triplet: B4, 8A and B0. RGB value is (180,138,176). Sum of RGB (Red+Green+Blue) = 180+138+176=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B48AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48AB0 is #4B754F. Grayscale: #9A9A9A. Windows color (decimal): -4945232 or 11569844. OLE color: 11569844.

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

Color convert

RGB180138176-
CMYK00.230.020.29
HSL305.71º21.88%62.35%-
HSV(B)305.71º23.33%70.59%-
XYZ35.7531.0145.18-
YUV154.89139.91145.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 176 (69.14% from 255) = 35.63%
R=36.44%
G=27.94%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013817600.230.020.29305.7121.8862.35
HexB48AB001721D132163e
Octal2642122600272354622676
Binary101101001000101010110000010111101110110011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AB0; }

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

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

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

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

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

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

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

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