#B68387

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

Shades of Tapestry #B68387

Tints of Tapestry #B68387

Color information

#B68387 (or 0xB68387) is unknown color: approx Tapestry. HEX triplet: B6, 83 and 87. RGB value is (182,131,135). Sum of RGB (Red+Green+Blue) = 182+131+135=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B68387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68387 is #497C78. Grayscale: #929292. Windows color (decimal): -4815993 or 8881078. OLE color: 8881078.

HSL color Cylindrical-coordinate representation of color #B68387: hue angle of 355.29º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B68387 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182131135-
CMYK00.280.260.29
HSL355.29º25.89%61.37%-
HSV(B)355.29º28.02%71.37%-
XYZ31.7827.9326.64-
YUV146.7121.4153.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 135 (53.12% from 255) = 30.13%
R=40.62%
G=29.24%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213113500.280.260.29355.2925.8961.37
HexB6838701C1A1D1631a3d
Octal26620320703432355433275
Binary101101101000001110000111011100110101110110110001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68387; }

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

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

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

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

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

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

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

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