#B6717A

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

Shades of Tapestry #B6717A

Tints of Tapestry #B6717A

Color information

#B6717A (or 0xB6717A) is unknown color: approx Tapestry. HEX triplet: B6, 71 and 7A. RGB value is (182,113,122). Sum of RGB (Red+Green+Blue) = 182+113+122=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B6717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6717A is #498E85. Grayscale: #868686. Windows color (decimal): -4820614 or 8024502. OLE color: 8024502.

HSL color Cylindrical-coordinate representation of color #B6717A: hue angle of 352.17º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6717A is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB182113122-
CMYK00.380.330.29
HSL352.17º32.09%57.84%-
HSV(B)352.17º37.91%71.37%-
XYZ28.7123.1621.37-
YUV134.66120.86161.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=43.65%
G=27.10%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211312200.380.330.29352.1732.0957.84
HexB6717A026211D160203a
Octal26616117204641355404072
Binary1011011011100011111010010011010000111101101100000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6717A; }

 p { color: rgb(182,113,122); }

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

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

 a { background-color: rgb(182,113,122); }

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

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

 span { border-color: rgb(182,113,122); }

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