#B877AF

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

Shades of London Hue #B877AF

Tints of London Hue #B877AF

Color information

#B877AF (or 0xB877AF) is unknown color: approx London Hue. HEX triplet: B8, 77 and AF. RGB value is (184,119,175). Sum of RGB (Red+Green+Blue) = 184+119+175=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B877AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B877AF is #478850. Grayscale: #909090. Windows color (decimal): -4687953 or 11499448. OLE color: 11499448.

HSL color Cylindrical-coordinate representation of color #B877AF: hue angle of 308.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B877AF is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184119175-
CMYK00.350.050.28
HSL308.31º31.4%59.41%-
HSV(B)308.31º35.33%72.16%-
XYZ34.126.4843.87-
YUV144.82145.03155.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 119 (46.88% from 255) = 24.90%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=38.49%
G=24.90%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411917500.350.050.28308.3131.459.41
HexB877AF02351C1341f3b
Octal2701672570435344643773
Binary1011100011101111010111101000111011110010011010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B877AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B877AF; }

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

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

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

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

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

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

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

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