#B67986

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

Shades of Tapestry #B67986

Tints of Tapestry #B67986

Color information

#B67986 (or 0xB67986) is unknown color: approx Tapestry. HEX triplet: B6, 79 and 86. RGB value is (182,121,134). Sum of RGB (Red+Green+Blue) = 182+121+134=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B67986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67986 is #498679. Grayscale: #8C8C8C. Windows color (decimal): -4818554 or 8812982. OLE color: 8812982.

HSL color Cylindrical-coordinate representation of color #B67986: hue angle of 347.21º degrees, saturation: 0.29, 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 #B67986 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182121134-
CMYK00.340.260.29
HSL347.21º29.47%59.41%-
HSV(B)347.21º33.52%71.37%-
XYZ30.4325.3425.84-
YUV140.72124.21157.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=41.65%
G=27.69%
B=30.66%

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
Decimal18212113400.340.260.29347.2129.4759.41
HexB679860221A1D15b1d3b
Octal26617120604232355333573
Binary101101101111001100001100100010110101110110101101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67986; }

 p { color: rgb(182,121,134); }

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

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

 a { background-color: rgb(182,121,134); }

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

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

 span { border-color: rgb(182,121,134); }

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