#B879AE

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

Shades of London Hue #B879AE

Tints of London Hue #B879AE

Color information

#B879AE (or 0xB879AE) is unknown color: approx London Hue. HEX triplet: B8, 79 and AE. RGB value is (184,121,174). Sum of RGB (Red+Green+Blue) = 184+121+174=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B879AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B879AE is #478651. Grayscale: #919191. Windows color (decimal): -4687442 or 11434424. OLE color: 11434424.

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

Color convert

RGB184121174-
CMYK00.340.050.28
HSL309.52º30.73%59.8%-
HSV(B)309.52º34.24%72.16%-
XYZ34.2426.9243.44-
YUV145.88143.87155.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=38.41%
G=25.26%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412117400.340.050.28309.5230.7359.8
HexB879AE02251C1361f3c
Octal2701712560425344663774
Binary1011100011110011010111001000101011110010011011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879AE; }

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

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

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

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

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

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

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

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