Html Css Color HEX #B16E80 Tapestry

📋 copy color: '#B16E80'

red 177 ◦ green 110 ◦ blue 128

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

Shades of Tapestry #B16E80

Tints of Tapestry #B16E80

RGB

 RED value IS 177 (69.53% from 255) = 42.65%

 GREEN value IS 110 (43.36% from 255) = 26.51%

 BLUE value IS 128 (50.39% from 255) = 30.84%

R = 42.65%
G = 26.51%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B16E80 (or 0xB16E80) is known color: Tapestry. HEX triplet: B1, 6E and 80. RGB value is (177,110,128). Sum of RGB (Red+Green+Blue) = 177+110+128=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16E80 is #4E917F. Grayscale: #848484. Windows color (decimal): -5149056 or 8416945. OLE color: 8416945.

HSL color Cylindrical-coordinate representation of color #B16E80: hue angle of 343.88º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16E80 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 110 128 -
CMYK 0 0.38 0.28 0.31
HSL 343.88º 0.3% 0.56% -
HSV(B) 343.88º 0.38% 0.69% -
XYZ 27.6 22.06 23.22 -
YUV 132.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 177 110 128 0 0.38 0.28 0.31 343.88 0.3 0.56
Hex B1 6E 80 0 26 1C 1F 158 1E 38
Octal 261 156 200 0 46 34 37 530 36 70
Binary 10110001 1101110 10000000 0 100110 11100 11111 101011000 11110 111000

Color Harmonies of #B16E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16E80

Black with #B16E80

Text Example


Text Example

White with #B16E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16E80; }

 p { color: rgb(177,110,128); }

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

background-color css

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

 a { background-color: rgb(177,110,128); }

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

border-color css

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

 span { border-color: rgb(177,110,128); }

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