#B59BB1

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

Shades of London Hue #B59BB1

Tints of London Hue #B59BB1

Color information

#B59BB1 (or 0xB59BB1) is unknown color: approx London Hue. HEX triplet: B5, 9B and B1. RGB value is (181,155,177). Sum of RGB (Red+Green+Blue) = 181+155+177=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 181 - color contains mainly: red. Hex color #B59BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59BB1 is #4A644E. Grayscale: #A5A5A5. Windows color (decimal): -4875343 or 11639733. OLE color: 11639733.

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

Color convert

RGB181155177-
CMYK00.140.020.29
HSL309.23º14.94%65.88%-
HSV(B)309.23º14.36%70.98%-
XYZ38.7136.4446.59-
YUV165.28134.61139.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=35.28%
G=30.21%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115517700.140.020.29309.2314.9465.88
HexB59BB10E21D135f42
Octal26523326101623546517102
Binary10110101100110111011000101110101110110011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BB1; }

 p { color: rgb(181,155,177); }

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

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

 a { background-color: rgb(181,155,177); }

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

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

 span { border-color: rgb(181,155,177); }

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