#B58FAF

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

Shades of London Hue #B58FAF

Tints of London Hue #B58FAF

Color information

#B58FAF (or 0xB58FAF) is unknown color: approx London Hue. HEX triplet: B5, 8F and AF. RGB value is (181,143,175). Sum of RGB (Red+Green+Blue) = 181+143+175=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B58FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58FAF is #4A7050. Grayscale: #9D9D9D. Windows color (decimal): -4878417 or 11505589. OLE color: 11505589.

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

Color convert

RGB181143175-
CMYK00.210.030.29
HSL309.47º20.43%63.53%-
HSV(B)309.47º20.99%70.98%-
XYZ36.6232.5644.91-
YUV158.01137.59144.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 143 (56.25% from 255) = 28.66%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=36.27%
G=28.66%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114317500.210.030.29309.4720.4363.53
HexB58FAF01531D1351440
Octal26521725702533546524100
Binary1011010110001111101011110101011111101100110101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FAF; }

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

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

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

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

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

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

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

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