#b28489

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

Shades of Tapestry #B28489

Tints of Tapestry #B28489

Color information

#B28489 (or 0xB28489) is unknown color: approx Tapestry. HEX triplet: B2, 84 and 89. RGB value is (178,132,137). Sum of RGB (Red+Green+Blue) = 178+132+137=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B28489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28489 is #4D7B76. Grayscale: #929292. Windows color (decimal): -5077879 or 9012402. OLE color: 9012402.

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

Color convert

RGB178132137-
CMYK00.260.230.30
HSL353.48º23%60.78%-
HSV(B)353.48º25.84%69.8%-
XYZ31.1327.7727.39-
YUV146.32122.74150.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 137 (53.91% from 255) = 30.65%
R=39.82%
G=29.53%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813213700.260.230.30353.482360.78
HexB2848901A171E161173d
Octal26220421103227365412775
Binary101100101000010010001001011010101111111010110000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b28489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b28489; }

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

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

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

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

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

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

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

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