Html Css Color HEX #B2718C Tapestry

📋 copy color: '#B2718C'

red 178 ◦ green 113 ◦ blue 140

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

Shades of Tapestry #B2718C

Tints of Tapestry #B2718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 41.3%
G = 26.22%
B = 32.48%

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

#B2718C (or 0xB2718C) is known color: Tapestry. HEX triplet: B2, 71 and 8C. RGB value is (178,113,140). Sum of RGB (Red+Green+Blue) = 178+113+140=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B2718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2718C is #4D8E73. Grayscale: #878787. Windows color (decimal): -5082740 or 9204146. OLE color: 9204146.

HSL color Cylindrical-coordinate representation of color #B2718C: hue angle of 335.08º 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 #B2718C is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 140 -
CMYK 0 0.37 0.21 0.30
HSL 335.08º 0.3% 0.57% -
HSV(B) 335.08º 0.37% 0.7% -
XYZ 29 23.17 27.75 -
YUV 135.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 178 113 140 0 0.37 0.21 0.30 335.08 0.3 0.57
Hex B2 71 8C 0 25 15 1E 14F 1E 39
Octal 262 161 214 0 45 25 36 517 36 71
Binary 10110010 1110001 10001100 0 100101 10101 11110 101001111 11110 111001

Color Harmonies of #B2718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2718C

Black with #B2718C

Text Example


Text Example

White with #B2718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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