#B48CAF

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

Shades of London Hue #B48CAF

Tints of London Hue #B48CAF

Color information

#B48CAF (or 0xB48CAF) is unknown color: approx London Hue. HEX triplet: B4, 8C and AF. RGB value is (180,140,175). Sum of RGB (Red+Green+Blue) = 180+140+175=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B48CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48CAF is #4B7350. Grayscale: #9B9B9B. Windows color (decimal): -4944721 or 11504820. OLE color: 11504820.

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

Color convert

RGB180140175-
CMYK00.220.030.29
HSL307.5º21.05%62.75%-
HSV(B)307.5º22.22%70.59%-
XYZ35.9431.5544.75-
YUV155.95138.75145.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=36.36%
G=28.28%
B=35.35%

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
Decimal18014017500.220.030.29307.521.0562.75
HexB48CAF01631D134153f
Octal2642142570263354642577
Binary101101001000110010101111010110111110110011010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CAF; }

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

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

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

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

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

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

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

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