#B59CB3

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

Shades of London Hue #B59CB3

Tints of London Hue #B59CB3

Color information

#B59CB3 (or 0xB59CB3) is unknown color: approx London Hue. HEX triplet: B5, 9C and B3. RGB value is (181,156,179). Sum of RGB (Red+Green+Blue) = 181+156+179=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B59CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CB3 is #4A634C. Grayscale: #A6A6A6. Windows color (decimal): -4875085 or 11771061. OLE color: 11771061.

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

Color convert

RGB181156179-
CMYK00.140.010.29
HSL304.8º14.45%66.08%-
HSV(B)304.8º13.81%70.98%-
XYZ39.0836.8647.7-
YUV166.1135.28138.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=35.08%
G=30.23%
B=34.69%

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
Decimal18115617900.140.010.29304.814.4566.08
HexB59CB30E11D131e42
Octal26523426301613546116102
Binary1011010110011100101100110111011110110011000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CB3; }

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

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

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

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

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

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

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

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