Html Css Color HEX #B1718E Tapestry

📋 copy color: '#B1718E'

red 177 ◦ green 113 ◦ blue 142

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

Shades of Tapestry #B1718E

Tints of Tapestry #B1718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.16%

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

R = 40.97%
G = 26.16%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1718E (or 0xB1718E) is known color: Tapestry. HEX triplet: B1, 71 and 8E. RGB value is (177,113,142). Sum of RGB (Red+Green+Blue) = 177+113+142=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1718E is #4E8E71. Grayscale: #878787. Windows color (decimal): -5148274 or 9335217. OLE color: 9335217.

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

Color convert

RGB 177 113 142 -
CMYK 0 0.36 0.20 0.31
HSL 332.81º 0.29% 0.57% -
HSV(B) 332.81º 0.36% 0.69% -
XYZ 28.92 23.11 28.53 -
YUV 135.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 177 113 142 0 0.36 0.20 0.31 332.81 0.29 0.57
Hex B1 71 8E 0 24 14 1F 14D 1D 39
Octal 261 161 216 0 44 24 37 515 35 71
Binary 10110001 1110001 10001110 0 100100 10100 11111 101001101 11101 111001

Color Harmonies of #B1718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1718E

Black with #B1718E

Text Example


Text Example

White with #B1718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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