Html Css Color HEX #B1777F Tapestry

📋 copy color: '#B1777F'

red 177 ◦ green 119 ◦ blue 127

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

Shades of Tapestry #B1777F

Tints of Tapestry #B1777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.02%

R = 41.84%
G = 28.13%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1777F (or 0xB1777F) is known color: Tapestry. HEX triplet: B1, 77 and 7F. RGB value is (177,119,127). Sum of RGB (Red+Green+Blue) = 177+119+127=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1777F is #4E8880. Grayscale: #898989. Windows color (decimal): -5146753 or 8353713. OLE color: 8353713.

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

Color convert

RGB 177 119 127 -
CMYK 0 0.33 0.28 0.31
HSL 351.72º 0.27% 0.58% -
HSV(B) 351.72º 0.33% 0.69% -
XYZ 28.56 24.07 23.22 -
YUV 137.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 177 119 127 0 0.33 0.28 0.31 351.72 0.27 0.58
Hex B1 77 7F 0 21 1C 1F 160 1B 3A
Octal 261 167 177 0 41 34 37 540 33 72
Binary 10110001 1110111 1111111 0 100001 11100 11111 101100000 11011 111010

Color Harmonies of #B1777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1777F

Black with #B1777F

Text Example


Text Example

White with #B1777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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