#B57AAC

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

Shades of London Hue #B57AAC

Tints of London Hue #B57AAC

Color information

#B57AAC (or 0xB57AAC) is unknown color: approx London Hue. HEX triplet: B5, 7A and AC. RGB value is (181,122,172). Sum of RGB (Red+Green+Blue) = 181+122+172=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AAC is #4A8553. Grayscale: #919191. Windows color (decimal): -4883796 or 11303605. OLE color: 11303605.

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

Color convert

RGB181122172-
CMYK00.330.050.29
HSL309.15º28.5%59.41%-
HSV(B)309.15º32.6%70.98%-
XYZ33.4626.7242.42-
YUV145.34143.05153.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=38.11%
G=25.68%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112217200.330.050.29309.1528.559.41
HexB57AAC02151D1351d3b
Octal2651722540415354653573
Binary1011010111110101010110001000011011110110011010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57AAC; }

 p { color: rgb(181,122,172); }

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

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

 a { background-color: rgb(181,122,172); }

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

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

 span { border-color: rgb(181,122,172); }

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