#B58CA8

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

Shades of London Hue #B58CA8

Tints of London Hue #B58CA8

Color information

#B58CA8 (or 0xB58CA8) is unknown color: approx London Hue. HEX triplet: B5, 8C and A8. RGB value is (181,140,168). Sum of RGB (Red+Green+Blue) = 181+140+168=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B58CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58CA8 is #4A7357. Grayscale: #9B9B9B. Windows color (decimal): -4879192 or 11046069. OLE color: 11046069.

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

Color convert

RGB181140168-
CMYK00.230.070.29
HSL319.02º21.69%62.94%-
HSV(B)319.02º22.65%70.98%-
XYZ35.531.4141.24-
YUV155.45135.08146.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=37.01%
G=28.63%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114016800.230.070.29319.0221.6962.94
HexB58CA801771D13f163f
Octal2652142500277354772677
Binary1011010110001100101010000101111111110110011111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CA8; }

 p { color: rgb(181,140,168); }

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

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

 a { background-color: rgb(181,140,168); }

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

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

 span { border-color: rgb(181,140,168); }

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