Html Css Color HEX #B17A91 Tapestry

📋 copy color: '#B17A91'

red 177 ◦ green 122 ◦ blue 145

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

Shades of Tapestry #B17A91

Tints of Tapestry #B17A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.66%

R = 39.86%
G = 27.48%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B17A91 (or 0xB17A91) is known color: Tapestry. HEX triplet: B1, 7A and 91. RGB value is (177,122,145). Sum of RGB (Red+Green+Blue) = 177+122+145=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A91 is #4E856E. Grayscale: #8D8D8D. Windows color (decimal): -5145967 or 9534129. OLE color: 9534129.

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

Color convert

RGB 177 122 145 -
CMYK 0 0.31 0.18 0.31
HSL 334.91º 0.26% 0.59% -
HSV(B) 334.91º 0.31% 0.69% -
XYZ 30.2 25.31 30.08 -
YUV 141.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 177 122 145 0 0.31 0.18 0.31 334.91 0.26 0.59
Hex B1 7A 91 0 1F 12 1F 14F 1A 3B
Octal 261 172 221 0 37 22 37 517 32 73
Binary 10110001 1111010 10010001 0 11111 10010 11111 101001111 11010 111011

Color Harmonies of #B17A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A91

Black with #B17A91

Text Example


Text Example

White with #B17A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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