#B59BAA

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

Shades of Lily #B59BAA

Tints of Lily #B59BAA

Color information

#B59BAA (or 0xB59BAA) is unknown color: approx Lily. HEX triplet: B5, 9B and AA. RGB value is (181,155,170). Sum of RGB (Red+Green+Blue) = 181+155+170=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 181 - color contains mainly: red. Hex color #B59BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59BAA is #4A6455. Grayscale: #A4A4A4. Windows color (decimal): -4875350 or 11180981. OLE color: 11180981.

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

Color convert

RGB181155170-
CMYK00.140.060.29
HSL325.38º14.94%65.88%-
HSV(B)325.38º14.36%70.98%-
XYZ38.0336.1743.01-
YUV164.48131.11139.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=35.77%
G=30.63%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115517000.140.060.29325.3814.9465.88
HexB59BAA0E61D145f42
Octal26523325201663550517102
Binary101101011001101110101010011101101110110100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BAA; }

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

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

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

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

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

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

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

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