#B58FAD

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

Shades of London Hue #B58FAD

Tints of London Hue #B58FAD

Color information

#B58FAD (or 0xB58FAD) is unknown color: approx London Hue. HEX triplet: B5, 8F and AD. RGB value is (181,143,173). Sum of RGB (Red+Green+Blue) = 181+143+173=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B58FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58FAD is #4A7052. Grayscale: #9D9D9D. Windows color (decimal): -4878419 or 11374517. OLE color: 11374517.

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

Color convert

RGB181143173-
CMYK00.210.040.29
HSL312.63º20.43%63.53%-
HSV(B)312.63º20.99%70.98%-
XYZ36.4232.4943.89-
YUV157.78136.59144.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=36.42%
G=28.77%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114317300.210.040.29312.6320.4363.53
HexB58FAD01541D1391440
Octal26521725502543547124100
Binary10110101100011111010110101010110011101100111001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FAD; }

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

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

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

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

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

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

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

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