Html Css Color HEX #B2838C Tapestry

📋 copy color: '#B2838C'

red 178 ◦ green 131 ◦ blue 140

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

Shades of Tapestry #B2838C

Tints of Tapestry #B2838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.18%

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

R = 39.64%
G = 29.18%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2838C (or 0xB2838C) is known color: Tapestry. HEX triplet: B2, 83 and 8C. RGB value is (178,131,140). Sum of RGB (Red+Green+Blue) = 178+131+140=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2838C is #4D7C73. Grayscale: #929292. Windows color (decimal): -5078132 or 9208754. OLE color: 9208754.

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

Color convert

RGB 178 131 140 -
CMYK 0 0.26 0.21 0.30
HSL 348.51º 0.23% 0.61% -
HSV(B) 348.51º 0.26% 0.7% -
XYZ 31.21 27.59 28.49 -
YUV 146.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 178 131 140 0 0.26 0.21 0.30 348.51 0.23 0.61
Hex B2 83 8C 0 1A 15 1E 15D 17 3D
Octal 262 203 214 0 32 25 36 535 27 75
Binary 10110010 10000011 10001100 0 11010 10101 11110 101011101 10111 111101

Color Harmonies of #B2838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2838C

Black with #B2838C

Text Example


Text Example

White with #B2838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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