Html Css Color HEX #B17C8A Tapestry

📋 copy color: '#B17C8A'

red 177 ◦ green 124 ◦ blue 138

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

Shades of Tapestry #B17C8A

Tints of Tapestry #B17C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 40.32%
G = 28.25%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B17C8A (or 0xB17C8A) is known color: Tapestry. HEX triplet: B1, 7C and 8A. RGB value is (177,124,138). Sum of RGB (Red+Green+Blue) = 177+124+138=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C8A is #4E8375. Grayscale: #8D8D8D. Windows color (decimal): -5145462 or 9075889. OLE color: 9075889.

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

Color convert

RGB 177 124 138 -
CMYK 0 0.30 0.22 0.31
HSL 344.15º 0.25% 0.59% -
HSV(B) 344.15º 0.3% 0.69% -
XYZ 29.93 25.6 27.41 -
YUV 141.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 177 124 138 0 0.30 0.22 0.31 344.15 0.25 0.59
Hex B1 7C 8A 0 1E 16 1F 158 19 3B
Octal 261 174 212 0 36 26 37 530 31 73
Binary 10110001 1111100 10001010 0 11110 10110 11111 101011000 11001 111011

Color Harmonies of #B17C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C8A

Black with #B17C8A

Text Example


Text Example

White with #B17C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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