#B391AF

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

Shades of London Hue #B391AF

Tints of London Hue #B391AF

Color information

#B391AF (or 0xB391AF) is unknown color: approx London Hue. HEX triplet: B3, 91 and AF. RGB value is (179,145,175). Sum of RGB (Red+Green+Blue) = 179+145+175=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B391AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B391AF is #4C6E50. Grayscale: #9E9E9E. Windows color (decimal): -5008977 or 11506099. OLE color: 11506099.

HSL color Cylindrical-coordinate representation of color #B391AF: hue angle of 307.06º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B391AF is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB179145175-
CMYK00.190.020.30
HSL307.06º18.28%63.53%-
HSV(B)307.06º18.99%70.2%-
XYZ36.4532.9344.99-
YUV158.59137.26142.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=35.87%
G=29.06%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914517500.190.020.30307.0618.2863.53
HexB391AF01321E1331240
Octal26322125702323646322100
Binary1011001110010001101011110100111011110100110011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391AF; }

 p { color: rgb(179,145,175); }

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

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

 a { background-color: rgb(179,145,175); }

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

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

 span { border-color: rgb(179,145,175); }

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