Html Css Color HEX #B17A8B Tapestry

📋 copy color: '#B17A8B'

red 177 ◦ green 122 ◦ blue 139

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

Shades of Tapestry #B17A8B

Tints of Tapestry #B17A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.85%

 BLUE value IS 139 (54.69% from 255) = 31.74%

R = 40.41%
G = 27.85%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B17A8B (or 0xB17A8B) is known color: Tapestry. HEX triplet: B1, 7A and 8B. RGB value is (177,122,139). Sum of RGB (Red+Green+Blue) = 177+122+139=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A8B is #4E8574. Grayscale: #8C8C8C. Windows color (decimal): -5145973 or 9140913. OLE color: 9140913.

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

Color convert

RGB 177 122 139 -
CMYK 0 0.31 0.21 0.31
HSL 341.45º 0.26% 0.59% -
HSV(B) 341.45º 0.31% 0.69% -
XYZ 29.75 25.13 27.71 -
YUV 140.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 177 122 139 0 0.31 0.21 0.31 341.45 0.26 0.59
Hex B1 7A 8B 0 1F 15 1F 155 1A 3B
Octal 261 172 213 0 37 25 37 525 32 73
Binary 10110001 1111010 10001011 0 11111 10101 11111 101010101 11010 111011

Color Harmonies of #B17A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A8B

Black with #B17A8B

Text Example


Text Example

White with #B17A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A8B; }

 p { color: rgb(177,122,139); }

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

background-color css

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

 a { background-color: rgb(177,122,139); }

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

border-color css

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

 span { border-color: rgb(177,122,139); }

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