#B57BAB

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

Shades of London Hue #B57BAB

Tints of London Hue #B57BAB

Color information

#B57BAB (or 0xB57BAB) is unknown color: approx London Hue. HEX triplet: B5, 7B and AB. RGB value is (181,123,171). Sum of RGB (Red+Green+Blue) = 181+123+171=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B57BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57BAB is #4A8454. Grayscale: #919191. Windows color (decimal): -4883541 or 11238325. OLE color: 11238325.

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

Color convert

RGB181123171-
CMYK00.320.060.29
HSL310.34º28.16%59.61%-
HSV(B)310.34º32.04%70.98%-
XYZ33.4926.9341.96-
YUV145.81142.22153.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 171 (67.19% from 255) = 36%
R=38.11%
G=25.89%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112317100.320.060.29310.3428.1659.61
HexB57BAB02061D1361c3c
Octal2651732530406354663474
Binary1011010111110111010101101000001101110110011011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BAB; }

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

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

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

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

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

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

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

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