Html Css Color HEX #B1788E Tapestry

📋 copy color: '#B1788E'

red 177 ◦ green 120 ◦ blue 142

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

Shades of Tapestry #B1788E

Tints of Tapestry #B1788E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.35%

R = 40.32%
G = 27.33%
B = 32.35%

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

#B1788E (or 0xB1788E) is known color: Tapestry. HEX triplet: B1, 78 and 8E. RGB value is (177,120,142). Sum of RGB (Red+Green+Blue) = 177+120+142=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1788E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1788E is #4E8771. Grayscale: #8B8B8B. Windows color (decimal): -5146482 or 9337009. OLE color: 9337009.

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

Color convert

RGB 177 120 142 -
CMYK 0 0.32 0.20 0.31
HSL 336.84º 0.27% 0.58% -
HSV(B) 336.84º 0.32% 0.69% -
XYZ 29.73 24.73 28.8 -
YUV 139.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 177 120 142 0 0.32 0.20 0.31 336.84 0.27 0.58
Hex B1 78 8E 0 20 14 1F 151 1B 3A
Octal 261 170 216 0 40 24 37 521 33 72
Binary 10110001 1111000 10001110 0 100000 10100 11111 101010001 11011 111010

Color Harmonies of #B1788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1788E

Black with #B1788E

Text Example


Text Example

White with #B1788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1788E; }

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

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

background-color css

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

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

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

border-color css

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

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

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