#B2858B

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

Shades of Tapestry #B2858B

Tints of Tapestry #B2858B

Color information

#B2858B (or 0xB2858B) is unknown color: approx Tapestry. HEX triplet: B2, 85 and 8B. RGB value is (178,133,139). Sum of RGB (Red+Green+Blue) = 178+133+139=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2858B is #4D7A74. Grayscale: #939393. Windows color (decimal): -5077621 or 9143730. OLE color: 9143730.

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

Color convert

RGB178133139-
CMYK00.250.220.30
HSL352º22.61%60.98%-
HSV(B)352º25.28%69.8%-
XYZ31.4128.128.2-
YUV147.14123.41150.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 133 (52.34% from 255) = 29.56%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=39.56%
G=29.56%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813313900.250.220.3035222.6160.98
HexB2858B019161E160173d
Octal26220521303126365402775
Binary101100101000010110001011011001101101111010110000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2858B; }

 p { color: rgb(178,133,139); }

 H1.HeaderClassName
 {
   color: #B2858B;
 }
 .AnyTagClassName
 {
   color: #B2858B;
 }
</style>
background-color css

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

 a { background-color: rgb(178,133,139); }

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

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

 span { border-color: rgb(178,133,139); }

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