Html Css Color HEX #B49AA6 Lily

📋 copy color: '#B49AA6'

red 180 ◦ green 154 ◦ blue 166

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

Shades of Lily #B49AA6

Tints of Lily #B49AA6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.8%

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 36%
G = 30.8%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B49AA6 (or 0xB49AA6) is known color: Lily. HEX triplet: B4, 9A and A6. RGB value is (180,154,166). Sum of RGB (Red+Green+Blue) = 180+154+166=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AA6 is #4B6559. Grayscale: #A3A3A3. Windows color (decimal): -4941146 or 10918580. OLE color: 10918580.

HSL color Cylindrical-coordinate representation of color #B49AA6: hue angle of 332.31º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49AA6 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 154 166 -
CMYK 0 0.14 0.08 0.29
HSL 332.31º 0.15% 0.65% -
HSV(B) 332.31º 0.14% 0.71% -
XYZ 37.26 35.57 40.98 -
YUV 163.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 180 154 166 0 0.14 0.08 0.29 332.31 0.15 0.65
Hex B4 9A A6 0 E 8 1D 14C F 41
Octal 264 232 246 0 16 10 35 514 17 101
Binary 10110100 10011010 10100110 0 1110 1000 11101 101001100 1111 1000001

Color Harmonies of #B49AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49AA6

Black with #B49AA6

Text Example


Text Example

White with #B49AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49AA6; }

 p { color: rgb(180,154,166); }

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

background-color css

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

 a { background-color: rgb(180,154,166); }

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

border-color css

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

 span { border-color: rgb(180,154,166); }

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