#B88487

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

Shades of Tapestry #B88487

Tints of Tapestry #B88487

Color information

#B88487 (or 0xB88487) is unknown color: approx Tapestry. HEX triplet: B8, 84 and 87. RGB value is (184,132,135). Sum of RGB (Red+Green+Blue) = 184+132+135=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B88487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88487 is #477B78. Grayscale: #939393. Windows color (decimal): -4684665 or 8881336. OLE color: 8881336.

HSL color Cylindrical-coordinate representation of color #B88487: hue angle of 356.54º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B88487 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB184132135-
CMYK00.280.270.28
HSL356.54º26.8%61.96%-
HSV(B)356.54º28.26%72.16%-
XYZ32.3928.4426.7-
YUV147.89120.73153.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 132 (51.95% from 255) = 29.27%
BLUE value IS 135 (53.12% from 255) = 29.93%
R=40.80%
G=29.27%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413213500.280.270.28356.5426.861.96
HexB8848701C1B1C1651b3e
Octal27020420703433345453376
Binary101110001000010010000111011100110111110010110010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88487; }

 p { color: rgb(184,132,135); }

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

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

 a { background-color: rgb(184,132,135); }

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

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

 span { border-color: rgb(184,132,135); }

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