#B594AF

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

Shades of London Hue #B594AF

Tints of London Hue #B594AF

Color information

#B594AF (or 0xB594AF) is unknown color: approx London Hue. HEX triplet: B5, 94 and AF. RGB value is (181,148,175). Sum of RGB (Red+Green+Blue) = 181+148+175=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B594AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B594AF is #4A6B50. Grayscale: #A0A0A0. Windows color (decimal): -4877137 or 11506869. OLE color: 11506869.

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

Color convert

RGB181148175-
CMYK00.180.030.29
HSL310.91º18.23%64.51%-
HSV(B)310.91º18.23%70.98%-
XYZ37.3834.145.17-
YUV160.94135.93142.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 148 (58.20% from 255) = 29.37%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=35.91%
G=29.37%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114817500.180.030.29310.9118.2364.51
HexB594AF01231D1371241
Octal26522425702233546722101
Binary1011010110010100101011110100101111101100110111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B594AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B594AF; }

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

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

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

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

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

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

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

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