#B59CB1

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

Shades of London Hue #B59CB1

Tints of London Hue #B59CB1

Color information

#B59CB1 (or 0xB59CB1) is unknown color: approx London Hue. HEX triplet: B5, 9C and B1. RGB value is (181,156,177). Sum of RGB (Red+Green+Blue) = 181+156+177=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 177 (69.53% from 255 or 34.44% from 514); Max value from RGB is 181 - color contains mainly: red. Hex color #B59CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59CB1 is #4A634E. Grayscale: #A5A5A5. Windows color (decimal): -4875087 or 11639989. OLE color: 11639989.

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

Color convert

RGB181156177-
CMYK00.140.020.29
HSL309.6º14.45%66.08%-
HSV(B)309.6º13.81%70.98%-
XYZ38.8836.7846.64-
YUV165.87134.28138.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 177 (69.53% from 255) = 34.44%
R=35.21%
G=30.35%
B=34.44%

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
Decimal18115617700.140.020.29309.614.4566.08
HexB59CB10E21D136e42
Octal26523426101623546616102
Binary10110101100111001011000101110101110110011011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CB1; }

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

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

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

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

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

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

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

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