#B48BAD

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

Shades of London Hue #B48BAD

Tints of London Hue #B48BAD

Color information

#B48BAD (or 0xB48BAD) is unknown color: approx London Hue. HEX triplet: B4, 8B and AD. RGB value is (180,139,173). Sum of RGB (Red+Green+Blue) = 180+139+173=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B48BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48BAD is #4B7452. Grayscale: #9B9B9B. Windows color (decimal): -4944979 or 11373492. OLE color: 11373492.

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

Color convert

RGB180139173-
CMYK00.230.040.29
HSL310.24º21.47%62.55%-
HSV(B)310.24º22.78%70.59%-
XYZ35.631.1943.68-
YUV155.14138.08145.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=36.59%
G=28.25%
B=35.16%

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
Decimal18013917300.230.040.29310.2421.4762.55
HexB48BAD01741D136153f
Octal2642132550274354662577
Binary1011010010001011101011010101111001110110011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BAD; }

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

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

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

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

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

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

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

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