#B59BB3

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

Shades of London Hue #B59BB3

Tints of London Hue #B59BB3

Color information

#B59BB3 (or 0xB59BB3) is unknown color: approx London Hue. HEX triplet: B5, 9B and B3. RGB value is (181,155,179). Sum of RGB (Red+Green+Blue) = 181+155+179=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 181 - color contains mainly: red. Hex color #B59BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BB3 is #4A644C. Grayscale: #A5A5A5. Windows color (decimal): -4875341 or 11770805. OLE color: 11770805.

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

Color convert

RGB181155179-
CMYK00.140.010.29
HSL304.62º14.94%65.88%-
HSV(B)304.62º14.36%70.98%-
XYZ38.9136.5247.65-
YUV165.51135.61139.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 179 (70.31% from 255) = 34.76%
R=35.15%
G=30.10%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115517900.140.010.29304.6214.9465.88
HexB59BB30E11D131f42
Octal26523326301613546117102
Binary1011010110011011101100110111011110110011000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BB3; }

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

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

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

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

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

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

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

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