Html Css Color HEX #B17F8C Tapestry

📋 copy color: '#B17F8C'

red 177 ◦ green 127 ◦ blue 140

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

Shades of Tapestry #B17F8C

Tints of Tapestry #B17F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 39.86%
G = 28.6%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B17F8C (or 0xB17F8C) is known color: Tapestry. HEX triplet: B1, 7F and 8C. RGB value is (177,127,140). Sum of RGB (Red+Green+Blue) = 177+127+140=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F8C is #4E8073. Grayscale: #8F8F8F. Windows color (decimal): -5144692 or 9207729. OLE color: 9207729.

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

Color convert

RGB 177 127 140 -
CMYK 0 0.28 0.21 0.31
HSL 344.4º 0.24% 0.6% -
HSV(B) 344.4º 0.28% 0.69% -
XYZ 30.45 26.42 28.31 -
YUV 143.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 177 127 140 0 0.28 0.21 0.31 344.4 0.24 0.6
Hex B1 7F 8C 0 1C 15 1F 158 18 3C
Octal 261 177 214 0 34 25 37 530 30 74
Binary 10110001 1111111 10001100 0 11100 10101 11111 101011000 11000 111100

Color Harmonies of #B17F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F8C

Black with #B17F8C

Text Example


Text Example

White with #B17F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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