#B2848B

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

Shades of Tapestry #B2848B

Tints of Tapestry #B2848B

Color information

#B2848B (or 0xB2848B) is unknown color: approx Tapestry. HEX triplet: B2, 84 and 8B. RGB value is (178,132,139). Sum of RGB (Red+Green+Blue) = 178+132+139=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2848B is #4D7B74. Grayscale: #929292. Windows color (decimal): -5077877 or 9143474. OLE color: 9143474.

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

Color convert

RGB178132139-
CMYK00.260.220.30
HSL350.87º23%60.78%-
HSV(B)350.87º25.84%69.8%-
XYZ31.2727.8328.15-
YUV146.55123.74150.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=39.64%
G=29.40%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813213900.260.220.30350.872360.78
HexB2848B01A161E15f173d
Octal26220421303226365372775
Binary101100101000010010001011011010101101111010101111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2848B; }

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

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

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

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

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

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

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

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