#B47EAB

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

Shades of London Hue #B47EAB

Tints of London Hue #B47EAB

Color information

#B47EAB (or 0xB47EAB) is unknown color: approx London Hue. HEX triplet: B4, 7E and AB. RGB value is (180,126,171). Sum of RGB (Red+Green+Blue) = 180+126+171=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EAB is #4B8154. Grayscale: #939393. Windows color (decimal): -4948309 or 11239092. OLE color: 11239092.

HSL color Cylindrical-coordinate representation of color #B47EAB: hue angle of 310º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47EAB is Cyan = 0, Magento = 0.3, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180126171-
CMYK00.30.050.29
HSL310º26.47%60%-
HSV(B)310º30%70.59%-
XYZ33.6327.5742.08-
YUV147.28141.39151.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 126 (49.61% from 255) = 26.42%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=37.74%
G=26.42%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012617100.30.050.2931026.4760
HexB47EAB01E51D1361a3c
Octal2641762530365354663274
Binary101101001111110101010110111101011110110011011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EAB; }

 p { color: rgb(180,126,171); }

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

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

 a { background-color: rgb(180,126,171); }

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

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

 span { border-color: rgb(180,126,171); }

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