#B59FB3

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

Shades of London Hue #B59FB3

Tints of London Hue #B59FB3

Color information

#B59FB3 (or 0xB59FB3) is unknown color: approx London Hue. HEX triplet: B5, 9F and B3. RGB value is (181,159,179). Sum of RGB (Red+Green+Blue) = 181+159+179=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 181 - color contains mainly: red. Hex color #B59FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FB3 is #4A604C. Grayscale: #A7A7A7. Windows color (decimal): -4874317 or 11771829. OLE color: 11771829.

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

Color convert

RGB181159179-
CMYK00.120.010.29
HSL305.45º12.94%66.67%-
HSV(B)305.45º12.15%70.98%-
XYZ39.5937.8747.87-
YUV167.86134.29137.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=34.87%
G=30.64%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115917900.120.010.29305.4512.9466.67
HexB59FB30C11D131d43
Octal26523726301413546115103
Binary1011010110011111101100110110011110110011000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FB3; }

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

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

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

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

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

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

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

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