#B48CA7

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

Shades of London Hue #B48CA7

Tints of London Hue #B48CA7

Color information

#B48CA7 (or 0xB48CA7) is unknown color: approx London Hue. HEX triplet: B4, 8C and A7. RGB value is (180,140,167). Sum of RGB (Red+Green+Blue) = 180+140+167=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B48CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48CA7 is #4B7358. Grayscale: #9A9A9A. Windows color (decimal): -4944729 or 10980532. OLE color: 10980532.

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

Color convert

RGB180140167-
CMYK00.220.070.29
HSL319.5º21.05%62.75%-
HSV(B)319.5º22.22%70.59%-
XYZ35.1831.2540.74-
YUV155.04134.75145.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 167 (65.62% from 255) = 34.29%
R=36.96%
G=28.75%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014016700.220.070.29319.521.0562.75
HexB48CA701671D140153f
Octal2642142470267355002577
Binary1011010010001100101001110101101111110110100000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CA7; }

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

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

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

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

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

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

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

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