#B59DAF

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

Shades of London Hue #B59DAF

Tints of London Hue #B59DAF

Color information

#B59DAF (or 0xB59DAF) is unknown color: approx London Hue. HEX triplet: B5, 9D and AF. RGB value is (181,157,175). Sum of RGB (Red+Green+Blue) = 181+157+175=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 181 - color contains mainly: red. Hex color #B59DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59DAF is #4A6250. Grayscale: #A6A6A6. Windows color (decimal): -4874833 or 11509173. OLE color: 11509173.

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

Color convert

RGB181157175-
CMYK00.130.030.29
HSL315º13.95%66.27%-
HSV(B)315º13.26%70.98%-
XYZ38.8537.0345.66-
YUV166.23132.95138.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=35.28%
G=30.60%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115717500.130.030.2931513.9566.27
HexB59DAF0D31D13be42
Octal26523525701533547316102
Binary10110101100111011010111101101111110110011101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DAF; }

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

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

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

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

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

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

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

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