#B873AE

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

Shades of London Hue #B873AE

Tints of London Hue #B873AE

Color information

#B873AE (or 0xB873AE) is unknown color: approx London Hue. HEX triplet: B8, 73 and AE. RGB value is (184,115,174). Sum of RGB (Red+Green+Blue) = 184+115+174=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B873AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B873AE is #478C51. Grayscale: #8E8E8E. Windows color (decimal): -4688978 or 11432888. OLE color: 11432888.

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

Color convert

RGB184115174-
CMYK00.380.050.28
HSL308.7º32.7%58.63%-
HSV(B)308.7º37.5%72.16%-
XYZ33.5425.5143.2-
YUV142.36145.86157.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=38.90%
G=24.31%
B=36.79%

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
Decimal18411517400.380.050.28308.732.758.63
HexB873AE02651C135213b
Octal2701632560465344654173
Binary10111000111001110101110010011010111100100110101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B873AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B873AE; }

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

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

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

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

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

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

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

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