Html Css Color HEX #B7A2AA Lily

📋 copy color: '#B7A2AA'

red 183 ◦ green 162 ◦ blue 170

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

Shades of Lily #B7A2AA

Tints of Lily #B7A2AA

RGB

 RED value IS 183 (71.88% from 255) = 35.53%

 GREEN value IS 162 (63.67% from 255) = 31.46%

 BLUE value IS 170 (66.8% from 255) = 33.01%

R = 35.53%
G = 31.46%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B7A2AA (or 0xB7A2AA) is known color: Lily. HEX triplet: B7, A2 and AA. RGB value is (183,162,170). Sum of RGB (Red+Green+Blue) = 183+162+170=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A2AA is #485D55. Grayscale: #A9A9A9. Windows color (decimal): -4742486 or 11182775. OLE color: 11182775.

HSL color Cylindrical-coordinate representation of color #B7A2AA: hue angle of 337.14º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7A2AA is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 162 170 -
CMYK 0 0.11 0.07 0.28
HSL 337.14º 0.13% 0.68% -
HSV(B) 337.14º 0.11% 0.72% -
XYZ 39.7 38.81 43.43 -
YUV 169.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 183 162 170 0 0.11 0.07 0.28 337.14 0.13 0.68
Hex B7 A2 AA 0 B 7 1C 151 D 44
Octal 267 242 252 0 13 7 34 521 15 104
Binary 10110111 10100010 10101010 0 1011 111 11100 101010001 1101 1000100

Color Harmonies of #B7A2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A2AA

Black with #B7A2AA

Text Example


Text Example

White with #B7A2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A2AA; }

 p { color: rgb(183,162,170); }

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

background-color css

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

 a { background-color: rgb(183,162,170); }

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

border-color css

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

 span { border-color: rgb(183,162,170); }

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