#B59CB2

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

Shades of London Hue #B59CB2

Tints of London Hue #B59CB2

Color information

#B59CB2 (or 0xB59CB2) is unknown color: approx London Hue. HEX triplet: B5, 9C and B2. RGB value is (181,156,178). Sum of RGB (Red+Green+Blue) = 181+156+178=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 181 - color contains mainly: red. Hex color #B59CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59CB2 is #4A634D. Grayscale: #A5A5A5. Windows color (decimal): -4875086 or 11705525. OLE color: 11705525.

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

Color convert

RGB181156178-
CMYK00.140.020.29
HSL307.2º14.45%66.08%-
HSV(B)307.2º13.81%70.98%-
XYZ38.9836.8247.17-
YUV165.98134.78138.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 178 (69.92% from 255) = 34.56%
R=35.15%
G=30.29%
B=34.56%

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
Decimal18115617800.140.020.29307.214.4566.08
HexB59CB20E21D133e42
Octal26523426201623546316102
Binary10110101100111001011001001110101110110011001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CB2; }

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

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

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

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

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

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

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

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