Html Css Color HEX #B49BAB Lily

📋 copy color: '#B49BAB'

red 180 ◦ green 155 ◦ blue 171

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

Shades of Lily #B49BAB

Tints of Lily #B49BAB

RGB

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

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

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

R = 35.57%
G = 30.63%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B49BAB (or 0xB49BAB) is known color: Lily. HEX triplet: B4, 9B and AB. RGB value is (180,155,171). Sum of RGB (Red+Green+Blue) = 180+155+171=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BAB is #4B6454. Grayscale: #A4A4A4. Windows color (decimal): -4940885 or 11246516. OLE color: 11246516.

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

Color convert

RGB 180 155 171 -
CMYK 0 0.14 0.05 0.29
HSL 321.6º 0.14% 0.66% -
HSV(B) 321.6º 0.14% 0.71% -
XYZ 37.89 36.09 43.5 -
YUV 164.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 180 155 171 0 0.14 0.05 0.29 321.6 0.14 0.66
Hex B4 9B AB 0 E 5 1D 142 E 42
Octal 264 233 253 0 16 5 35 502 16 102
Binary 10110100 10011011 10101011 0 1110 101 11101 101000010 1110 1000010

Color Harmonies of #B49BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BAB

Black with #B49BAB

Text Example


Text Example

White with #B49BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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