#B2888A

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

Shades of Tapestry #B2888A

Tints of Tapestry #B2888A

Color information

#B2888A (or 0xB2888A) is unknown color: approx Tapestry. HEX triplet: B2, 88 and 8A. RGB value is (178,136,138). Sum of RGB (Red+Green+Blue) = 178+136+138=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2888A is #4D7775. Grayscale: #949494. Windows color (decimal): -5076854 or 9078962. OLE color: 9078962.

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

Color convert

RGB178136138-
CMYK00.240.220.30
HSL357.14º21.43%61.57%-
HSV(B)357.14º23.6%69.8%-
XYZ31.7528.9127.95-
YUV148.79121.91148.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=39.38%
G=30.09%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813613800.240.220.30357.1421.4361.57
HexB2888A018161E165153e
Octal26221021203026365452576
Binary101100101000100010001010011000101101111010110010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2888A; }

 p { color: rgb(178,136,138); }

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

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

 a { background-color: rgb(178,136,138); }

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

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

 span { border-color: rgb(178,136,138); }

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