#B599AF

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

Shades of London Hue #B599AF

Tints of London Hue #B599AF

Color information

#B599AF (or 0xB599AF) is unknown color: approx London Hue. HEX triplet: B5, 99 and AF. RGB value is (181,153,175). Sum of RGB (Red+Green+Blue) = 181+153+175=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 181 - color contains mainly: red. Hex color #B599AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B599AF is #4A6650. Grayscale: #A3A3A3. Windows color (decimal): -4875857 or 11508149. OLE color: 11508149.

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

Color convert

RGB181153175-
CMYK00.150.030.29
HSL312.86º15.91%65.49%-
HSV(B)312.86º15.47%70.98%-
XYZ38.1935.745.44-
YUV163.88134.28140.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=35.56%
G=30.06%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115317500.150.030.29312.8615.9165.49
HexB599AF0F31D1391041
Octal26523125701733547120101
Binary101101011001100110101111011111111101100111001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599AF; }

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

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

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

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

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

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

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

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