#B67982

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

Shades of Tapestry #B67982

Tints of Tapestry #B67982

Color information

#B67982 (or 0xB67982) is unknown color: approx Tapestry. HEX triplet: B6, 79 and 82. RGB value is (182,121,130). Sum of RGB (Red+Green+Blue) = 182+121+130=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B67982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67982 is #49867D. Grayscale: #8C8C8C. Windows color (decimal): -4818558 or 8550838. OLE color: 8550838.

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

Color convert

RGB182121130-
CMYK00.340.290.29
HSL351.15º29.47%59.41%-
HSV(B)351.15º33.52%71.37%-
XYZ30.1625.2324.4-
YUV140.26122.21157.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=42.03%
G=27.94%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212113000.340.290.29351.1529.4759.41
HexB679820221D1D15f1d3b
Octal26617120204235355373573
Binary101101101111001100000100100010111011110110101111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67982; }

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

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

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

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

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

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

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

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