#B67887

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

Shades of Tapestry #B67887

Tints of Tapestry #B67887

Color information

#B67887 (or 0xB67887) is unknown color: approx Tapestry. HEX triplet: B6, 78 and 87. RGB value is (182,120,135). Sum of RGB (Red+Green+Blue) = 182+120+135=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B67887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67887 is #498778. Grayscale: #8C8C8C. Windows color (decimal): -4818809 or 8878262. OLE color: 8878262.

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

Color convert

RGB182120135-
CMYK00.340.260.29
HSL345.48º29.81%59.22%-
HSV(B)345.48º34.07%71.37%-
XYZ30.3825.1326.17-
YUV140.25125.04157.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=41.65%
G=27.46%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212013500.340.260.29345.4829.8159.22
HexB678870221A1D1591e3b
Octal26617020704232355313673
Binary101101101111000100001110100010110101110110101100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67887; }

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

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

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

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

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

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

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

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