Html Css Color HEX #B1738E Tapestry

📋 copy color: '#B1738E'

red 177 ◦ green 115 ◦ blue 142

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

Shades of Tapestry #B1738E

Tints of Tapestry #B1738E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.72%

R = 40.78%
G = 26.5%
B = 32.72%

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

#B1738E (or 0xB1738E) is known color: Tapestry. HEX triplet: B1, 73 and 8E. RGB value is (177,115,142). Sum of RGB (Red+Green+Blue) = 177+115+142=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1738E is #4E8C71. Grayscale: #888888. Windows color (decimal): -5147762 or 9335729. OLE color: 9335729.

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

Color convert

RGB 177 115 142 -
CMYK 0 0.35 0.20 0.31
HSL 333.87º 0.28% 0.57% -
HSV(B) 333.87º 0.35% 0.69% -
XYZ 29.14 23.56 28.6 -
YUV 136.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 177 115 142 0 0.35 0.20 0.31 333.87 0.28 0.57
Hex B1 73 8E 0 23 14 1F 14E 1C 39
Octal 261 163 216 0 43 24 37 516 34 71
Binary 10110001 1110011 10001110 0 100011 10100 11111 101001110 11100 111001

Color Harmonies of #B1738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1738E

Black with #B1738E

Text Example


Text Example

White with #B1738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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