#B3697A

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

Shades of Tapestry #B3697A

Tints of Tapestry #B3697A

Color information

#B3697A (or 0xB3697A) is unknown color: approx Tapestry. HEX triplet: B3, 69 and 7A. RGB value is (179,105,122). Sum of RGB (Red+Green+Blue) = 179+105+122=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3697A is #4C9685. Grayscale: #818181. Windows color (decimal): -5019270 or 8022451. OLE color: 8022451.

HSL color Cylindrical-coordinate representation of color #B3697A: hue angle of 346.22º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3697A is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179105122-
CMYK00.410.320.30
HSL346.22º32.74%55.69%-
HSV(B)346.22º41.34%70.2%-
XYZ27.1521.0921.05-
YUV129.06124.02163.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 105 (41.41% from 255) = 25.86%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=44.09%
G=25.86%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910512200.410.320.30346.2232.7455.69
HexB3697A029201E15a2138
Octal26315117205140365324170
Binary1011001111010011111010010100110000011110101011010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3697A; }

 p { color: rgb(179,105,122); }

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

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

 a { background-color: rgb(179,105,122); }

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

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

 span { border-color: rgb(179,105,122); }

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