Html Css Color HEX #B7A0AC Lily

📋 copy color: '#B7A0AC'

red 183 ◦ green 160 ◦ blue 172

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

Shades of Lily #B7A0AC

Tints of Lily #B7A0AC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.07%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 35.53%
G = 31.07%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B7A0AC (or 0xB7A0AC) is known color: Lily. HEX triplet: B7, A0 and AC. RGB value is (183,160,172). Sum of RGB (Red+Green+Blue) = 183+160+172=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A0AC is #485F53. Grayscale: #A8A8A8. Windows color (decimal): -4742996 or 11313335. OLE color: 11313335.

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

Color convert

RGB 183 160 172 -
CMYK 0 0.13 0.06 0.28
HSL 328.7º 0.14% 0.67% -
HSV(B) 328.7º 0.13% 0.72% -
XYZ 39.55 38.19 44.32 -
YUV 168.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 183 160 172 0 0.13 0.06 0.28 328.7 0.14 0.67
Hex B7 A0 AC 0 D 6 1C 149 E 43
Octal 267 240 254 0 15 6 34 511 16 103
Binary 10110111 10100000 10101100 0 1101 110 11100 101001001 1110 1000011

Color Harmonies of #B7A0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A0AC

Black with #B7A0AC

Text Example


Text Example

White with #B7A0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A0AC; }

 p { color: rgb(183,160,172); }

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

background-color css

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

 a { background-color: rgb(183,160,172); }

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

border-color css

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

 span { border-color: rgb(183,160,172); }

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