#B6697F

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

Shades of Tapestry #B6697F

Tints of Tapestry #B6697F

Color information

#B6697F (or 0xB6697F) is unknown color: approx Tapestry. HEX triplet: B6, 69 and 7F. RGB value is (182,105,127). Sum of RGB (Red+Green+Blue) = 182+105+127=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B6697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6697F is #499680. Grayscale: #828282. Windows color (decimal): -4822657 or 8350134. OLE color: 8350134.

HSL color Cylindrical-coordinate representation of color #B6697F: hue angle of 342.86º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6697F is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB182105127-
CMYK00.420.300.29
HSL342.86º34.53%56.27%-
HSV(B)342.86º42.31%71.37%-
XYZ28.1721.5822.76-
YUV130.53126.01164.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 127 (50% from 255) = 30.68%
R=43.96%
G=25.36%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210512700.420.300.29342.8634.5356.27
HexB6697F02A1E1D1572338
Octal26615117705236355274370
Binary101101101101001111111101010101111011101101010111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6697F; }

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

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

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

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

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

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

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

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