#B58EAC

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

Shades of London Hue #B58EAC

Tints of London Hue #B58EAC

Color information

#B58EAC (or 0xB58EAC) is unknown color: approx London Hue. HEX triplet: B5, 8E and AC. RGB value is (181,142,172). Sum of RGB (Red+Green+Blue) = 181+142+172=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B58EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58EAC is #4A7153. Grayscale: #9D9D9D. Windows color (decimal): -4878676 or 11308725. OLE color: 11308725.

HSL color Cylindrical-coordinate representation of color #B58EAC: hue angle of 313.85º 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 #B58EAC is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB181142172-
CMYK00.220.050.29
HSL313.85º20.86%63.33%-
HSV(B)313.85º21.55%70.98%-
XYZ36.1832.1543.33-
YUV157.08136.42145.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=36.57%
G=28.69%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114217200.220.050.29313.8520.8663.33
HexB58EAC01651D13a153f
Octal2652162540265354722577
Binary1011010110001110101011000101101011110110011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EAC; }

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

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

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

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

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

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

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

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