#B872AE

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

Shades of London Hue #B872AE

Tints of London Hue #B872AE

Color information

#B872AE (or 0xB872AE) is unknown color: approx London Hue. HEX triplet: B8, 72 and AE. RGB value is (184,114,174). Sum of RGB (Red+Green+Blue) = 184+114+174=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B872AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B872AE is #478D51. Grayscale: #8D8D8D. Windows color (decimal): -4689234 or 11432632. OLE color: 11432632.

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

Color convert

RGB184114174-
CMYK00.380.050.28
HSL308.57º33.02%58.43%-
HSV(B)308.57º38.04%72.16%-
XYZ33.4225.2843.16-
YUV141.77146.19158.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=38.98%
G=24.15%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411417400.380.050.28308.5733.0258.43
HexB872AE02651C135213a
Octal2701622560465344654172
Binary10111000111001010101110010011010111100100110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B872AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B872AE; }

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

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

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

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

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

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

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

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