Html Css Color HEX #B1778A Tapestry

📋 copy color: '#B1778A'

red 177 ◦ green 119 ◦ blue 138

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

Shades of Tapestry #B1778A

Tints of Tapestry #B1778A

RGB

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

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

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

R = 40.78%
G = 27.42%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1778A (or 0xB1778A) is known color: Tapestry. HEX triplet: B1, 77 and 8A. RGB value is (177,119,138). Sum of RGB (Red+Green+Blue) = 177+119+138=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1778A is #4E8875. Grayscale: #8A8A8A. Windows color (decimal): -5146742 or 9074609. OLE color: 9074609.

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

Color convert

RGB 177 119 138 -
CMYK 0 0.33 0.22 0.31
HSL 340.34º 0.27% 0.58% -
HSV(B) 340.34º 0.33% 0.69% -
XYZ 29.32 24.38 27.2 -
YUV 138.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 177 119 138 0 0.33 0.22 0.31 340.34 0.27 0.58
Hex B1 77 8A 0 21 16 1F 154 1B 3A
Octal 261 167 212 0 41 26 37 524 33 72
Binary 10110001 1110111 10001010 0 100001 10110 11111 101010100 11011 111010

Color Harmonies of #B1778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1778A

Black with #B1778A

Text Example


Text Example

White with #B1778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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