Html Css Color HEX #B17F91 Tapestry

📋 copy color: '#B17F91'

red 177 ◦ green 127 ◦ blue 145

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

Shades of Tapestry #B17F91

Tints of Tapestry #B17F91

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

 BLUE value IS 145 (57.03% from 255) = 32.29%

R = 39.42%
G = 28.29%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B17F91 (or 0xB17F91) is known color: Tapestry. HEX triplet: B1, 7F and 91. RGB value is (177,127,145). Sum of RGB (Red+Green+Blue) = 177+127+145=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F91 is #4E806E. Grayscale: #8F8F8F. Windows color (decimal): -5144687 or 9535409. OLE color: 9535409.

HSL color Cylindrical-coordinate representation of color #B17F91: hue angle of 338.4º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17F91 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 127 145 -
CMYK 0 0.28 0.18 0.31
HSL 338.4º 0.24% 0.6% -
HSV(B) 338.4º 0.28% 0.69% -
XYZ 30.83 26.57 30.29 -
YUV 144 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 177 127 145 0 0.28 0.18 0.31 338.4 0.24 0.6
Hex B1 7F 91 0 1C 12 1F 152 18 3C
Octal 261 177 221 0 34 22 37 522 30 74
Binary 10110001 1111111 10010001 0 11100 10010 11111 101010010 11000 111100

Color Harmonies of #B17F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F91

Black with #B17F91

Text Example


Text Example

White with #B17F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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