#B28586

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

Shades of Tapestry #B28586

Tints of Tapestry #B28586

Color information

#B28586 (or 0xB28586) is unknown color: approx Tapestry. HEX triplet: B2, 85 and 86. RGB value is (178,133,134). Sum of RGB (Red+Green+Blue) = 178+133+134=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B28586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28586 is #4D7A79. Grayscale: #929292. Windows color (decimal): -5077626 or 8816050. OLE color: 8816050.

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

Color convert

RGB178133134-
CMYK00.250.250.30
HSL358.67º22.61%60.98%-
HSV(B)358.67º25.28%69.8%-
XYZ31.0527.9626.31-
YUV146.57120.91150.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=40%
G=29.89%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813313400.250.250.30358.6722.6160.98
HexB28586019191E167173d
Octal26220520603131365472775
Binary101100101000010110000110011001110011111010110011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28586; }

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

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

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

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

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

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

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

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