#B875AE

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

Shades of London Hue #B875AE

Tints of London Hue #B875AE

Color information

#B875AE (or 0xB875AE) is unknown color: approx London Hue. HEX triplet: B8, 75 and AE. RGB value is (184,117,174). Sum of RGB (Red+Green+Blue) = 184+117+174=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B875AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B875AE is #478A51. Grayscale: #8F8F8F. Windows color (decimal): -4688466 or 11433400. OLE color: 11433400.

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

Color convert

RGB184117174-
CMYK00.360.050.28
HSL308.96º32.06%59.02%-
HSV(B)308.96º36.41%72.16%-
XYZ33.7725.9743.28-
YUV143.53145.2156.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=38.74%
G=24.63%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411717400.360.050.28308.9632.0659.02
HexB875AE02451C135203b
Octal2701652560445344654073
Binary10111000111010110101110010010010111100100110101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875AE; }

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

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

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

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

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

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

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

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