#B595B4

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

Shades of London Hue #B595B4

Tints of London Hue #B595B4

Color information

#B595B4 (or 0xB595B4) is unknown color: approx London Hue. HEX triplet: B5, 95 and B4. RGB value is (181,149,180). Sum of RGB (Red+Green+Blue) = 181+149+180=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B595B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595B4 is #4A6A4B. Grayscale: #A2A2A2. Windows color (decimal): -4876876 or 11834805. OLE color: 11834805.

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

Color convert

RGB181149180-
CMYK00.180.010.29
HSL301.88º17.78%64.71%-
HSV(B)301.88º17.68%70.98%-
XYZ38.0434.6147.86-
YUV162.1138.1141.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=35.49%
G=29.22%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114918000.180.010.29301.8817.7864.71
HexB595B401211D12e1241
Octal26522526402213545622101
Binary101101011001010110110100010010111101100101110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595B4; }

 p { color: rgb(181,149,180); }

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

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

 a { background-color: rgb(181,149,180); }

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

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

 span { border-color: rgb(181,149,180); }

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