#B887AA

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

Shades of London Hue #B887AA

Tints of London Hue #B887AA

Color information

#B887AA (or 0xB887AA) is unknown color: approx London Hue. HEX triplet: B8, 87 and AA. RGB value is (184,135,170). Sum of RGB (Red+Green+Blue) = 184+135+170=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B887AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B887AA is #477855. Grayscale: #999999. Windows color (decimal): -4683862 or 11175864. OLE color: 11175864.

HSL color Cylindrical-coordinate representation of color #B887AA: hue angle of 317.14º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B887AA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB184135170-
CMYK00.270.080.28
HSL317.14º25.65%62.55%-
HSV(B)317.14º26.63%72.16%-
XYZ35.6930.4242.02-
YUV153.64137.23149.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=37.63%
G=27.61%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413517000.270.080.28317.1425.6562.55
HexB887AA01B81C13d1a3f
Octal27020725203310344753277
Binary10111000100001111010101001101110001110010011110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B887AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B887AA; }

 p { color: rgb(184,135,170); }

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

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

 a { background-color: rgb(184,135,170); }

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

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

 span { border-color: rgb(184,135,170); }

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