Html Css Color HEX #B1778D Tapestry

📋 copy color: '#B1778D'

red 177 ◦ green 119 ◦ blue 141

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

Shades of Tapestry #B1778D

Tints of Tapestry #B1778D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.27%

R = 40.5%
G = 27.23%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1778D (or 0xB1778D) is known color: Tapestry. HEX triplet: B1, 77 and 8D. RGB value is (177,119,141). Sum of RGB (Red+Green+Blue) = 177+119+141=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1778D is #4E8872. Grayscale: #8A8A8A. Windows color (decimal): -5146739 or 9271217. OLE color: 9271217.

HSL color Cylindrical-coordinate representation of color #B1778D: hue angle of 337.24º 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 #B1778D is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 119 141 -
CMYK 0 0.33 0.20 0.31
HSL 337.24º 0.27% 0.58% -
HSV(B) 337.24º 0.33% 0.69% -
XYZ 29.54 24.46 28.36 -
YUV 138.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 177 119 141 0 0.33 0.20 0.31 337.24 0.27 0.58
Hex B1 77 8D 0 21 14 1F 151 1B 3A
Octal 261 167 215 0 41 24 37 521 33 72
Binary 10110001 1110111 10001101 0 100001 10100 11111 101010001 11011 111010

Color Harmonies of #B1778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1778D

Black with #B1778D

Text Example


Text Example

White with #B1778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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