#B48CAE

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

Shades of London Hue #B48CAE

Tints of London Hue #B48CAE

Color information

#B48CAE (or 0xB48CAE) is unknown color: approx London Hue. HEX triplet: B4, 8C and AE. RGB value is (180,140,174). Sum of RGB (Red+Green+Blue) = 180+140+174=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B48CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48CAE is #4B7351. Grayscale: #9B9B9B. Windows color (decimal): -4944722 or 11439284. OLE color: 11439284.

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

Color convert

RGB180140174-
CMYK00.220.030.29
HSL309º21.05%62.75%-
HSV(B)309º22.22%70.59%-
XYZ35.8431.5244.24-
YUV155.84138.25145.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=36.44%
G=28.34%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014017400.220.030.2930921.0562.75
HexB48CAE01631D135153f
Octal2642142560263354652577
Binary101101001000110010101110010110111110110011010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CAE; }

 p { color: rgb(180,140,174); }

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

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

 a { background-color: rgb(180,140,174); }

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

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

 span { border-color: rgb(180,140,174); }

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