Html Css Color HEX #B1788A Tapestry

📋 copy color: '#B1788A'

red 177 ◦ green 120 ◦ blue 138

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

Shades of Tapestry #B1788A

Tints of Tapestry #B1788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.72%

R = 40.69%
G = 27.59%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1788A (or 0xB1788A) is known color: Tapestry. HEX triplet: B1, 78 and 8A. RGB value is (177,120,138). Sum of RGB (Red+Green+Blue) = 177+120+138=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1788A is #4E8775. Grayscale: #8B8B8B. Windows color (decimal): -5146486 or 9074865. OLE color: 9074865.

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

Color convert

RGB 177 120 138 -
CMYK 0 0.32 0.22 0.31
HSL 341.05º 0.27% 0.58% -
HSV(B) 341.05º 0.32% 0.69% -
XYZ 29.44 24.62 27.24 -
YUV 139.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 177 120 138 0 0.32 0.22 0.31 341.05 0.27 0.58
Hex B1 78 8A 0 20 16 1F 155 1B 3A
Octal 261 170 212 0 40 26 37 525 33 72
Binary 10110001 1111000 10001010 0 100000 10110 11111 101010101 11011 111010

Color Harmonies of #B1788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1788A

Black with #B1788A

Text Example


Text Example

White with #B1788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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