Html Css Color HEX #B17C8C Tapestry

📋 copy color: '#B17C8C'

red 177 ◦ green 124 ◦ blue 140

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

Shades of Tapestry #B17C8C

Tints of Tapestry #B17C8C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.12%

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

R = 40.14%
G = 28.12%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B17C8C (or 0xB17C8C) is known color: Tapestry. HEX triplet: B1, 7C and 8C. RGB value is (177,124,140). Sum of RGB (Red+Green+Blue) = 177+124+140=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C8C is #4E8373. Grayscale: #8D8D8D. Windows color (decimal): -5145460 or 9206961. OLE color: 9206961.

HSL color Cylindrical-coordinate representation of color #B17C8C: hue angle of 341.89º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17C8C is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 124 140 -
CMYK 0 0.30 0.21 0.31
HSL 341.89º 0.25% 0.59% -
HSV(B) 341.89º 0.3% 0.69% -
XYZ 30.07 25.66 28.18 -
YUV 141.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 177 124 140 0 0.30 0.21 0.31 341.89 0.25 0.59
Hex B1 7C 8C 0 1E 15 1F 156 19 3B
Octal 261 174 214 0 36 25 37 526 31 73
Binary 10110001 1111100 10001100 0 11110 10101 11111 101010110 11001 111011

Color Harmonies of #B17C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C8C

Black with #B17C8C

Text Example


Text Example

White with #B17C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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