Html Css Color HEX #B17D8D Tapestry

📋 copy color: '#B17D8D'

red 177 ◦ green 125 ◦ blue 141

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

Shades of Tapestry #B17D8D

Tints of Tapestry #B17D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 39.95%
G = 28.22%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B17D8D (or 0xB17D8D) is known color: Tapestry. HEX triplet: B1, 7D and 8D. RGB value is (177,125,141). Sum of RGB (Red+Green+Blue) = 177+125+141=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D8D is #4E8272. Grayscale: #8E8E8E. Windows color (decimal): -5145203 or 9272753. OLE color: 9272753.

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

Color convert

RGB 177 125 141 -
CMYK 0 0.29 0.20 0.31
HSL 341.54º 0.25% 0.59% -
HSV(B) 341.54º 0.29% 0.69% -
XYZ 30.27 25.94 28.61 -
YUV 142.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 177 125 141 0 0.29 0.20 0.31 341.54 0.25 0.59
Hex B1 7D 8D 0 1D 14 1F 156 19 3B
Octal 261 175 215 0 35 24 37 526 31 73
Binary 10110001 1111101 10001101 0 11101 10100 11111 101010110 11001 111011

Color Harmonies of #B17D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D8D

Black with #B17D8D

Text Example


Text Example

White with #B17D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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