Html Css Color HEX #B17A8F Tapestry

📋 copy color: '#B17A8F'

red 177 ◦ green 122 ◦ blue 143

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

Shades of Tapestry #B17A8F

Tints of Tapestry #B17A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 40.05%
G = 27.6%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B17A8F (or 0xB17A8F) is known color: Tapestry. HEX triplet: B1, 7A and 8F. RGB value is (177,122,143). Sum of RGB (Red+Green+Blue) = 177+122+143=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A8F is #4E8570. Grayscale: #8C8C8C. Windows color (decimal): -5145969 or 9403057. OLE color: 9403057.

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

Color convert

RGB 177 122 143 -
CMYK 0 0.31 0.19 0.31
HSL 337.09º 0.26% 0.59% -
HSV(B) 337.09º 0.31% 0.69% -
XYZ 30.05 25.25 29.28 -
YUV 140.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 177 122 143 0 0.31 0.19 0.31 337.09 0.26 0.59
Hex B1 7A 8F 0 1F 13 1F 151 1A 3B
Octal 261 172 217 0 37 23 37 521 32 73
Binary 10110001 1111010 10001111 0 11111 10011 11111 101010001 11010 111011

Color Harmonies of #B17A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17A8F

Black with #B17A8F

Text Example


Text Example

White with #B17A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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