Html Css Color HEX #B1788B Tapestry

📋 copy color: '#B1788B'

red 177 ◦ green 120 ◦ blue 139

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

Shades of Tapestry #B1788B

Tints of Tapestry #B1788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 40.6%
G = 27.52%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1788B (or 0xB1788B) is known color: Tapestry. HEX triplet: B1, 78 and 8B. RGB value is (177,120,139). Sum of RGB (Red+Green+Blue) = 177+120+139=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1788B is #4E8774. Grayscale: #8B8B8B. Windows color (decimal): -5146485 or 9140401. OLE color: 9140401.

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

Color convert

RGB 177 120 139 -
CMYK 0 0.32 0.21 0.31
HSL 340º 0.27% 0.58% -
HSV(B) 340º 0.32% 0.69% -
XYZ 29.51 24.64 27.63 -
YUV 139.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 177 120 139 0 0.32 0.21 0.31 340 0.27 0.58
Hex B1 78 8B 0 20 15 1F 154 1B 3A
Octal 261 170 213 0 40 25 37 524 33 72
Binary 10110001 1111000 10001011 0 100000 10101 11111 101010100 11011 111010

Color Harmonies of #B1788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1788B

Black with #B1788B

Text Example


Text Example

White with #B1788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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