#B6707F

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

Shades of Tapestry #B6707F

Tints of Tapestry #B6707F

Color information

#B6707F (or 0xB6707F) is unknown color: approx Tapestry. HEX triplet: B6, 70 and 7F. RGB value is (182,112,127). Sum of RGB (Red+Green+Blue) = 182+112+127=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6707F is #498F80. Grayscale: #868686. Windows color (decimal): -4820865 or 8351926. OLE color: 8351926.

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

Color convert

RGB182112127-
CMYK00.380.300.29
HSL347.14º32.41%57.65%-
HSV(B)347.14º38.46%71.37%-
XYZ28.9223.0723.01-
YUV134.64123.69161.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 127 (50% from 255) = 30.17%
R=43.23%
G=26.60%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211212700.380.300.29347.1432.4157.65
HexB6707F0261E1D15b203a
Octal26616017704636355334072
Binary101101101110000111111101001101111011101101011011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6707F; }

 p { color: rgb(182,112,127); }

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

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

 a { background-color: rgb(182,112,127); }

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

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

 span { border-color: rgb(182,112,127); }

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