Html Css Color HEX #B49BA9 Lily

📋 copy color: '#B49BA9'

red 180 ◦ green 155 ◦ blue 169

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

Shades of Lily #B49BA9

Tints of Lily #B49BA9

RGB

 RED value IS 180 (70.7% from 255) = 35.71%

 GREEN value IS 155 (60.94% from 255) = 30.75%

 BLUE value IS 169 (66.41% from 255) = 33.53%

R = 35.71%
G = 30.75%
B = 33.53%

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

#B49BA9 (or 0xB49BA9) is known color: Lily. HEX triplet: B4, 9B and A9. RGB value is (180,155,169). Sum of RGB (Red+Green+Blue) = 180+155+169=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BA9 is #4B6456. Grayscale: #A4A4A4. Windows color (decimal): -4940887 or 11115444. OLE color: 11115444.

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

Color convert

RGB 180 155 169 -
CMYK 0 0.14 0.06 0.29
HSL 326.4º 0.14% 0.66% -
HSV(B) 326.4º 0.14% 0.71% -
XYZ 37.71 36.01 42.5 -
YUV 164.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 180 155 169 0 0.14 0.06 0.29 326.4 0.14 0.66
Hex B4 9B A9 0 E 6 1D 146 E 42
Octal 264 233 251 0 16 6 35 506 16 102
Binary 10110100 10011011 10101001 0 1110 110 11101 101000110 1110 1000010

Color Harmonies of #B49BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BA9

Black with #B49BA9

Text Example


Text Example

White with #B49BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BA9; }

 p { color: rgb(180,155,169); }

 H1.HeaderClassName
 {
   color: #B49BA9;
 }
 .AnyTagClassName
 {
   color: #B49BA9;
 }
</style>

background-color css

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

 a { background-color: rgb(180,155,169); }

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

border-color css

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

 span { border-color: rgb(180,155,169); }

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