#B595AC

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

Shades of London Hue #B595AC

Tints of London Hue #B595AC

Color information

#B595AC (or 0xB595AC) is unknown color: approx London Hue. HEX triplet: B5, 95 and AC. RGB value is (181,149,172). Sum of RGB (Red+Green+Blue) = 181+149+172=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B595AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B595AC is #4A6A53. Grayscale: #A1A1A1. Windows color (decimal): -4876884 or 11310517. OLE color: 11310517.

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

Color convert

RGB181149172-
CMYK00.180.050.29
HSL316.88º17.78%64.71%-
HSV(B)316.88º17.68%70.98%-
XYZ37.2534.343.69-
YUV161.19134.1142.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=36.06%
G=29.68%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114917200.180.050.29316.8817.7864.71
HexB595AC01251D13d1241
Octal26522525402253547522101
Binary10110101100101011010110001001010111101100111101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B595AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B595AC; }

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

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

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

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

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

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

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

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