Html Css Color HEX #B17780 Tapestry

📋 copy color: '#B17780'

red 177 ◦ green 119 ◦ blue 128

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

Shades of Tapestry #B17780

Tints of Tapestry #B17780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.07%

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

R = 41.75%
G = 28.07%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B17780 (or 0xB17780) is known color: Tapestry. HEX triplet: B1, 77 and 80. RGB value is (177,119,128). Sum of RGB (Red+Green+Blue) = 177+119+128=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B17780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17780 is #4E887F. Grayscale: #898989. Windows color (decimal): -5146752 or 8419249. OLE color: 8419249.

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

Color convert

RGB 177 119 128 -
CMYK 0 0.33 0.28 0.31
HSL 350.69º 0.27% 0.58% -
HSV(B) 350.69º 0.33% 0.69% -
XYZ 28.62 24.1 23.57 -
YUV 137.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 177 119 128 0 0.33 0.28 0.31 350.69 0.27 0.58
Hex B1 77 80 0 21 1C 1F 15F 1B 3A
Octal 261 167 200 0 41 34 37 537 33 72
Binary 10110001 1110111 10000000 0 100001 11100 11111 101011111 11011 111010

Color Harmonies of #B17780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17780

Black with #B17780

Text Example


Text Example

White with #B17780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17780; }

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

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

background-color css

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

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

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

border-color css

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

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

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