#B877AE

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

Shades of London Hue #B877AE

Tints of London Hue #B877AE

Color information

#B877AE (or 0xB877AE) is unknown color: approx London Hue. HEX triplet: B8, 77 and AE. RGB value is (184,119,174). Sum of RGB (Red+Green+Blue) = 184+119+174=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B877AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B877AE is #478851. Grayscale: #909090. Windows color (decimal): -4687954 or 11433912. OLE color: 11433912.

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

Color convert

RGB184119174-
CMYK00.350.050.28
HSL309.23º31.4%59.41%-
HSV(B)309.23º35.33%72.16%-
XYZ3426.4443.36-
YUV144.71144.53156.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.57%
GREEN value IS 119 (46.88% from 255) = 24.95%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=38.57%
G=24.95%
B=36.48%

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
Decimal18411917400.350.050.28309.2331.459.41
HexB877AE02351C1351f3b
Octal2701672560435344653773
Binary1011100011101111010111001000111011110010011010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B877AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B877AE; }

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

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

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

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

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

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

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

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