Html Css Color HEX #B1788D Tapestry

📋 copy color: '#B1788D'

red 177 ◦ green 120 ◦ blue 141

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

Shades of Tapestry #B1788D

Tints of Tapestry #B1788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.4%

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

R = 40.41%
G = 27.4%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1788D (or 0xB1788D) is known color: Tapestry. HEX triplet: B1, 78 and 8D. RGB value is (177,120,141). Sum of RGB (Red+Green+Blue) = 177+120+141=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B1788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1788D is #4E8772. Grayscale: #8B8B8B. Windows color (decimal): -5146483 or 9271473. OLE color: 9271473.

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

Color convert

RGB 177 120 141 -
CMYK 0 0.32 0.20 0.31
HSL 337.89º 0.27% 0.58% -
HSV(B) 337.89º 0.32% 0.69% -
XYZ 29.66 24.7 28.4 -
YUV 139.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 177 120 141 0 0.32 0.20 0.31 337.89 0.27 0.58
Hex B1 78 8D 0 20 14 1F 152 1B 3A
Octal 261 170 215 0 40 24 37 522 33 72
Binary 10110001 1111000 10001101 0 100000 10100 11111 101010010 11011 111010

Color Harmonies of #B1788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1788D

Black with #B1788D

Text Example


Text Example

White with #B1788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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