#B6718B

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

Shades of Tapestry #B6718B

Tints of Tapestry #B6718B

Color information

#B6718B (or 0xB6718B) is unknown color: approx Tapestry. HEX triplet: B6, 71 and 8B. RGB value is (182,113,139). Sum of RGB (Red+Green+Blue) = 182+113+139=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6718B is #498E74. Grayscale: #888888. Windows color (decimal): -4820597 or 9138614. OLE color: 9138614.

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

Color convert

RGB182113139-
CMYK00.380.240.29
HSL337.39º32.09%57.84%-
HSV(B)337.39º37.91%71.37%-
XYZ29.8623.6227.41-
YUV136.6129.36160.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=41.94%
G=26.04%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211313900.380.240.29337.3932.0957.84
HexB6718B026181D151203a
Octal26616121304630355214072
Binary1011011011100011000101101001101100011101101010001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6718B; }

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

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

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

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

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

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

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

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