#B28387

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

Shades of Tapestry #B28387

Tints of Tapestry #B28387

Color information

#B28387 (or 0xB28387) is unknown color: approx Tapestry. HEX triplet: B2, 83 and 87. RGB value is (178,131,135). Sum of RGB (Red+Green+Blue) = 178+131+135=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B28387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28387 is #4D7C78. Grayscale: #919191. Windows color (decimal): -5078137 or 8881074. OLE color: 8881074.

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

Color convert

RGB178131135-
CMYK00.260.240.30
HSL354.89º23.38%60.59%-
HSV(B)354.89º26.4%69.8%-
XYZ30.8527.4526.59-
YUV145.51122.07151.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=40.09%
G=29.50%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813113500.260.240.30354.8923.3860.59
HexB2838701A181E163173d
Octal26220320703230365432775
Binary101100101000001110000111011010110001111010110001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28387; }

 p { color: rgb(178,131,135); }

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

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

 a { background-color: rgb(178,131,135); }

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

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

 span { border-color: rgb(178,131,135); }

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