Html Css Color HEX #B59BAA Lily

📋 copy color: '#B59BAA'

red 181 ◦ green 155 ◦ blue 170

#B59BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #B59BAA

Tints of Lily #B59BAA

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.8% from 255) = 33.6%

R = 35.77%
G = 30.63%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B59BAA (or 0xB59BAA) is known color: 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

RGB 181 155 170 -
CMYK 0 0.14 0.06 0.29
HSL 325.38º 0.15% 0.66% -
HSV(B) 325.38º 0.14% 0.71% -
XYZ 38.03 36.17 43.01 -
YUV 164.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 181 155 170 0 0.14 0.06 0.29 325.38 0.15 0.66
Hex B5 9B AA 0 E 6 1D 145 F 42
Octal 265 233 252 0 16 6 35 505 17 102
Binary 10110101 10011011 10101010 0 1110 110 11101 101000101 1111 1000010

Color Harmonies of #B59BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BAA

Black with #B59BAA

Text Example


Text Example

White with #B59BAA

Text Example


Text Example

HTML Codes & Css Web 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>