#B49FAF

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

Shades of London Hue #B49FAF

Tints of London Hue #B49FAF

Color information

#B49FAF (or 0xB49FAF) is unknown color: approx London Hue. HEX triplet: B4, 9F and AF. RGB value is (180,159,175). Sum of RGB (Red+Green+Blue) = 180+159+175=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FAF is #4B6050. Grayscale: #A7A7A7. Windows color (decimal): -4939857 or 11509684. OLE color: 11509684.

HSL color Cylindrical-coordinate representation of color #B49FAF: hue angle of 314.29º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B49FAF is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB180159175-
CMYK00.120.030.29
HSL314.29º12.28%66.47%-
HSV(B)314.29º11.67%70.59%-
XYZ38.9637.5945.76-
YUV167.1132.46137.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=35.02%
G=30.93%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015917500.120.030.29314.2912.2866.47
HexB49FAF0C31D13ac42
Octal26423725701433547214102
Binary10110100100111111010111101100111110110011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FAF; }

 p { color: rgb(180,159,175); }

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

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

 a { background-color: rgb(180,159,175); }

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

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

 span { border-color: rgb(180,159,175); }

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