#B57AAB

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

Shades of London Hue #B57AAB

Tints of London Hue #B57AAB

Color information

#B57AAB (or 0xB57AAB) is unknown color: approx London Hue. HEX triplet: B5, 7A and AB. RGB value is (181,122,171). Sum of RGB (Red+Green+Blue) = 181+122+171=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B57AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57AAB is #4A8554. Grayscale: #919191. Windows color (decimal): -4883797 or 11238069. OLE color: 11238069.

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

Color convert

RGB181122171-
CMYK00.330.060.29
HSL310.17º28.5%59.41%-
HSV(B)310.17º32.6%70.98%-
XYZ33.3726.6841.92-
YUV145.23142.55153.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=38.19%
G=25.74%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112217100.330.060.29310.1728.559.41
HexB57AAB02161D1361d3b
Octal2651722530416354663573
Binary1011010111110101010101101000011101110110011011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57AAB; }

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

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

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

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

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

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

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

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