Html Css Color HEX #B17E8C Tapestry

📋 copy color: '#B17E8C'

red 177 ◦ green 126 ◦ blue 140

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

Shades of Tapestry #B17E8C

Tints of Tapestry #B17E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.44%

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

R = 39.95%
G = 28.44%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B17E8C (or 0xB17E8C) is known color: Tapestry. HEX triplet: B1, 7E and 8C. RGB value is (177,126,140). Sum of RGB (Red+Green+Blue) = 177+126+140=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17E8C is #4E8173. Grayscale: #8E8E8E. Windows color (decimal): -5144948 or 9207473. OLE color: 9207473.

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

Color convert

RGB 177 126 140 -
CMYK 0 0.29 0.21 0.31
HSL 343.53º 0.25% 0.59% -
HSV(B) 343.53º 0.29% 0.69% -
XYZ 30.33 26.16 28.26 -
YUV 142.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 177 126 140 0 0.29 0.21 0.31 343.53 0.25 0.59
Hex B1 7E 8C 0 1D 15 1F 158 19 3B
Octal 261 176 214 0 35 25 37 530 31 73
Binary 10110001 1111110 10001100 0 11101 10101 11111 101011000 11001 111011

Color Harmonies of #B17E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17E8C

Black with #B17E8C

Text Example


Text Example

White with #B17E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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