Html Css Color HEX #B2718D Tapestry

📋 copy color: '#B2718D'

red 178 ◦ green 113 ◦ blue 141

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

Shades of Tapestry #B2718D

Tints of Tapestry #B2718D

RGB

 RED value IS 178 (69.92% from 255) = 41.2%

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

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

R = 41.2%
G = 26.16%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2718D (or 0xB2718D) is known color: Tapestry. HEX triplet: B2, 71 and 8D. RGB value is (178,113,141). Sum of RGB (Red+Green+Blue) = 178+113+141=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2718D is #4D8E72. Grayscale: #878787. Windows color (decimal): -5082739 or 9269682. OLE color: 9269682.

HSL color Cylindrical-coordinate representation of color #B2718D: hue angle of 334.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2718D is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 141 -
CMYK 0 0.37 0.21 0.30
HSL 334.15º 0.3% 0.57% -
HSV(B) 334.15º 0.37% 0.7% -
XYZ 29.07 23.2 28.14 -
YUV 135.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 178 113 141 0 0.37 0.21 0.30 334.15 0.3 0.57
Hex B2 71 8D 0 25 15 1E 14E 1E 39
Octal 262 161 215 0 45 25 36 516 36 71
Binary 10110010 1110001 10001101 0 100101 10101 11110 101001110 11110 111001

Color Harmonies of #B2718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2718D

Black with #B2718D

Text Example


Text Example

White with #B2718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2718D; }

 p { color: rgb(178,113,141); }

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

background-color css

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

 a { background-color: rgb(178,113,141); }

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

border-color css

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

 span { border-color: rgb(178,113,141); }

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