Html Css Color HEX #B2718A Tapestry

📋 copy color: '#B2718A'

red 178 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #B2718A

Tints of Tapestry #B2718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 41.49%
G = 26.34%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2718A (or 0xB2718A) is known color: Tapestry. HEX triplet: B2, 71 and 8A. RGB value is (178,113,138). Sum of RGB (Red+Green+Blue) = 178+113+138=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2718A is #4D8E75. Grayscale: #878787. Windows color (decimal): -5082742 or 9073074. OLE color: 9073074.

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

Color convert

RGB 178 113 138 -
CMYK 0 0.37 0.22 0.30
HSL 336.92º 0.3% 0.57% -
HSV(B) 336.92º 0.37% 0.7% -
XYZ 28.85 23.11 26.98 -
YUV 135.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 178 113 138 0 0.37 0.22 0.30 336.92 0.3 0.57
Hex B2 71 8A 0 25 16 1E 151 1E 39
Octal 262 161 212 0 45 26 36 521 36 71
Binary 10110010 1110001 10001010 0 100101 10110 11110 101010001 11110 111001

Color Harmonies of #B2718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2718A

Black with #B2718A

Text Example


Text Example

White with #B2718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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