Html Css Color HEX #B7A3AC Lily

📋 copy color: '#B7A3AC'

red 183 ◦ green 163 ◦ blue 172

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

Shades of Lily #B7A3AC

Tints of Lily #B7A3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.47%

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

R = 35.33%
G = 31.47%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B7A3AC (or 0xB7A3AC) is known color: Lily. HEX triplet: B7, A3 and AC. RGB value is (183,163,172). Sum of RGB (Red+Green+Blue) = 183+163+172=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A3AC is #485C53. Grayscale: #A9A9A9. Windows color (decimal): -4742228 or 11314103. OLE color: 11314103.

HSL color Cylindrical-coordinate representation of color #B7A3AC: hue angle of 333º degrees, saturation: 0.12, 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 #B7A3AC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 163 172 -
CMYK 0 0.11 0.06 0.28
HSL 333º 0.12% 0.68% -
HSV(B) 333º 0.11% 0.72% -
XYZ 40.07 39.24 44.49 -
YUV 170.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 183 163 172 0 0.11 0.06 0.28 333 0.12 0.68
Hex B7 A3 AC 0 B 6 1C 14D C 44
Octal 267 243 254 0 13 6 34 515 14 104
Binary 10110111 10100011 10101100 0 1011 110 11100 101001101 1100 1000100

Color Harmonies of #B7A3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A3AC

Black with #B7A3AC

Text Example


Text Example

White with #B7A3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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