Html Css Color HEX #B17D86 Tapestry

📋 copy color: '#B17D86'

red 177 ◦ green 125 ◦ blue 134

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

Shades of Tapestry #B17D86

Tints of Tapestry #B17D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.67%

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 40.6%
G = 28.67%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B17D86 (or 0xB17D86) is known color: Tapestry. HEX triplet: B1, 7D and 86. RGB value is (177,125,134). Sum of RGB (Red+Green+Blue) = 177+125+134=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D86 is #4E8279. Grayscale: #8D8D8D. Windows color (decimal): -5145210 or 8814001. OLE color: 8814001.

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

Color convert

RGB 177 125 134 -
CMYK 0 0.29 0.24 0.31
HSL 349.62º 0.25% 0.59% -
HSV(B) 349.62º 0.29% 0.69% -
XYZ 29.77 25.74 25.95 -
YUV 141.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 177 125 134 0 0.29 0.24 0.31 349.62 0.25 0.59
Hex B1 7D 86 0 1D 18 1F 15E 19 3B
Octal 261 175 206 0 35 30 37 536 31 73
Binary 10110001 1111101 10000110 0 11101 11000 11111 101011110 11001 111011

Color Harmonies of #B17D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D86

Black with #B17D86

Text Example


Text Example

White with #B17D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D86; }

 p { color: rgb(177,125,134); }

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

background-color css

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

 a { background-color: rgb(177,125,134); }

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

border-color css

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

 span { border-color: rgb(177,125,134); }

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