Html Css Color HEX #B49EAB Lily

📋 copy color: '#B49EAB'

red 180 ◦ green 158 ◦ blue 171

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

Shades of Lily #B49EAB

Tints of Lily #B49EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.04%

 BLUE value IS 171 (67.19% from 255) = 33.6%

R = 35.36%
G = 31.04%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B49EAB (or 0xB49EAB) is known color: Lily. HEX triplet: B4, 9E and AB. RGB value is (180,158,171). Sum of RGB (Red+Green+Blue) = 180+158+171=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B49EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49EAB is #4B6154. Grayscale: #A6A6A6. Windows color (decimal): -4940117 or 11247284. OLE color: 11247284.

HSL color Cylindrical-coordinate representation of color #B49EAB: hue angle of 324.55º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B49EAB is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 158 171 -
CMYK 0 0.12 0.05 0.29
HSL 324.55º 0.13% 0.66% -
HSV(B) 324.55º 0.12% 0.71% -
XYZ 38.4 37.1 43.66 -
YUV 166.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 180 158 171 0 0.12 0.05 0.29 324.55 0.13 0.66
Hex B4 9E AB 0 C 5 1D 145 D 42
Octal 264 236 253 0 14 5 35 505 15 102
Binary 10110100 10011110 10101011 0 1100 101 11101 101000101 1101 1000010

Color Harmonies of #B49EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49EAB

Black with #B49EAB

Text Example


Text Example

White with #B49EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49EAB; }

 p { color: rgb(180,158,171); }

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

background-color css

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

 a { background-color: rgb(180,158,171); }

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

border-color css

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

 span { border-color: rgb(180,158,171); }

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