Html Css Color HEX #B17F8F Tapestry

📋 copy color: '#B17F8F'

red 177 ◦ green 127 ◦ blue 143

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

Shades of Tapestry #B17F8F

Tints of Tapestry #B17F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 39.6%
G = 28.41%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B17F8F (or 0xB17F8F) is known color: Tapestry. HEX triplet: B1, 7F and 8F. RGB value is (177,127,143). Sum of RGB (Red+Green+Blue) = 177+127+143=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F8F is #4E8070. Grayscale: #8F8F8F. Windows color (decimal): -5144689 or 9404337. OLE color: 9404337.

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

Color convert

RGB 177 127 143 -
CMYK 0 0.28 0.19 0.31
HSL 340.8º 0.24% 0.6% -
HSV(B) 340.8º 0.28% 0.69% -
XYZ 30.68 26.51 29.49 -
YUV 143.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 177 127 143 0 0.28 0.19 0.31 340.8 0.24 0.6
Hex B1 7F 8F 0 1C 13 1F 155 18 3C
Octal 261 177 217 0 34 23 37 525 30 74
Binary 10110001 1111111 10001111 0 11100 10011 11111 101010101 11000 111100

Color Harmonies of #B17F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F8F

Black with #B17F8F

Text Example


Text Example

White with #B17F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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