#B48BAC

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

Shades of London Hue #B48BAC

Tints of London Hue #B48BAC

Color information

#B48BAC (or 0xB48BAC) is unknown color: approx London Hue. HEX triplet: B4, 8B and AC. RGB value is (180,139,172). Sum of RGB (Red+Green+Blue) = 180+139+172=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BAC is #4B7453. Grayscale: #9A9A9A. Windows color (decimal): -4944980 or 11307956. OLE color: 11307956.

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

Color convert

RGB180139172-
CMYK00.230.040.29
HSL311.71º21.47%62.55%-
HSV(B)311.71º22.78%70.59%-
XYZ35.531.1543.17-
YUV155.02137.58145.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 139 (54.69% from 255) = 28.31%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=36.66%
G=28.31%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013917200.230.040.29311.7121.4762.55
HexB48BAC01741D138153f
Octal2642132540274354702577
Binary1011010010001011101011000101111001110110011100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BAC; }

 p { color: rgb(180,139,172); }

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

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

 a { background-color: rgb(180,139,172); }

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

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

 span { border-color: rgb(180,139,172); }

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