#B887AF

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

Shades of London Hue #B887AF

Tints of London Hue #B887AF

Color information

#B887AF (or 0xB887AF) is unknown color: approx London Hue. HEX triplet: B8, 87 and AF. RGB value is (184,135,175). Sum of RGB (Red+Green+Blue) = 184+135+175=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B887AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B887AF is #477850. Grayscale: #9A9A9A. Windows color (decimal): -4683857 or 11503544. OLE color: 11503544.

HSL color Cylindrical-coordinate representation of color #B887AF: hue angle of 311.02º 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 #B887AF is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184135175-
CMYK00.270.050.28
HSL311.02º25.65%62.55%-
HSV(B)311.02º26.63%72.16%-
XYZ36.1730.6144.56-
YUV154.21139.73149.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=37.25%
G=27.33%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413517500.270.050.28311.0225.6562.55
HexB887AF01B51C1371a3f
Octal2702072570335344673277
Binary1011100010000111101011110110111011110010011011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B887AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B887AF; }

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

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

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

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

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

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

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

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