#B2838C

Color #B2838C Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B2838C

Tints of Tapestry #B2838C

Color information

#B2838C (or 0xB2838C) is unknown color: approx 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

RGB178131140-
CMYK00.260.210.30
HSL348.51º23.38%60.59%-
HSV(B)348.51º26.4%69.8%-
XYZ31.2127.5928.49-
YUV146.08124.57150.77-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813114000.260.210.30348.5123.3860.59
HexB2838C01A151E15d173d
Octal26220321403225365352775
Binary101100101000001110001100011010101011111010101110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>