#B2848E

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

Shades of Tapestry #B2848E

Tints of Tapestry #B2848E

Color information

#B2848E (or 0xB2848E) is unknown color: approx Tapestry. HEX triplet: B2, 84 and 8E. RGB value is (178,132,142). Sum of RGB (Red+Green+Blue) = 178+132+142=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2848E is #4D7B71. Grayscale: #929292. Windows color (decimal): -5077874 or 9340082. OLE color: 9340082.

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

Color convert

RGB178132142-
CMYK00.260.200.30
HSL346.96º23%60.78%-
HSV(B)346.96º25.84%69.8%-
XYZ31.4927.9229.32-
YUV146.89125.24150.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 142 (55.86% from 255) = 31.42%
R=39.38%
G=29.20%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813214200.260.200.30346.962360.78
HexB2848E01A141E15b173d
Octal26220421603224365332775
Binary101100101000010010001110011010101001111010101101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2848E; }

 p { color: rgb(178,132,142); }

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

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

 a { background-color: rgb(178,132,142); }

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

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

 span { border-color: rgb(178,132,142); }

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