#B58EAD

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

Shades of London Hue #B58EAD

Tints of London Hue #B58EAD

Color information

#B58EAD (or 0xB58EAD) is unknown color: approx London Hue. HEX triplet: B5, 8E and AD. RGB value is (181,142,173). Sum of RGB (Red+Green+Blue) = 181+142+173=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B58EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58EAD is #4A7152. Grayscale: #9D9D9D. Windows color (decimal): -4878675 or 11374261. OLE color: 11374261.

HSL color Cylindrical-coordinate representation of color #B58EAD: hue angle of 312.31º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58EAD is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB181142173-
CMYK00.220.040.29
HSL312.31º20.86%63.33%-
HSV(B)312.31º21.55%70.98%-
XYZ36.2732.1943.84-
YUV157.2136.92144.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=36.49%
G=28.63%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114217300.220.040.29312.3120.8663.33
HexB58EAD01641D138153f
Octal2652162550264354702577
Binary1011010110001110101011010101101001110110011100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EAD; }

 p { color: rgb(181,142,173); }

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

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

 a { background-color: rgb(181,142,173); }

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

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

 span { border-color: rgb(181,142,173); }

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