Html Css Color HEX #B1738D Tapestry

📋 copy color: '#B1738D'

red 177 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #B1738D

Tints of Tapestry #B1738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.56%

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

R = 40.88%
G = 26.56%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1738D (or 0xB1738D) is known color: Tapestry. HEX triplet: B1, 73 and 8D. RGB value is (177,115,141). Sum of RGB (Red+Green+Blue) = 177+115+141=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1738D is #4E8C72. Grayscale: #888888. Windows color (decimal): -5147763 or 9270193. OLE color: 9270193.

HSL color Cylindrical-coordinate representation of color #B1738D: hue angle of 334.84º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1738D is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 115 141 -
CMYK 0 0.35 0.20 0.31
HSL 334.84º 0.28% 0.57% -
HSV(B) 334.84º 0.35% 0.69% -
XYZ 29.07 23.53 28.21 -
YUV 136.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 177 115 141 0 0.35 0.20 0.31 334.84 0.28 0.57
Hex B1 73 8D 0 23 14 1F 14F 1C 39
Octal 261 163 215 0 43 24 37 517 34 71
Binary 10110001 1110011 10001101 0 100011 10100 11111 101001111 11100 111001

Color Harmonies of #B1738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1738D

Black with #B1738D

Text Example


Text Example

White with #B1738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1738D; }

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

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

background-color css

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

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

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

border-color css

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

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

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