#B88087

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

Shades of Tapestry #B88087

Tints of Tapestry #B88087

Color information

#B88087 (or 0xB88087) is unknown color: approx Tapestry. HEX triplet: B8, 80 and 87. RGB value is (184,128,135). Sum of RGB (Red+Green+Blue) = 184+128+135=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B88087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88087 is #477F78. Grayscale: #919191. Windows color (decimal): -4685689 or 8880312. OLE color: 8880312.

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

Color convert

RGB184128135-
CMYK00.300.270.28
HSL352.5º28.28%61.18%-
HSV(B)352.5º30.43%72.16%-
XYZ31.8627.3826.53-
YUV145.54122.05155.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 135 (53.12% from 255) = 30.20%
R=41.16%
G=28.64%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412813500.300.270.28352.528.2861.18
HexB8808701E1B1C1601c3d
Octal27020020703633345403475
Binary101110001000000010000111011110110111110010110000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88087; }

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

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

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

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

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

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

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

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