#B3697D

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

Shades of Tapestry #B3697D

Tints of Tapestry #B3697D

Color information

#B3697D (or 0xB3697D) is unknown color: approx Tapestry. HEX triplet: B3, 69 and 7D. RGB value is (179,105,125). Sum of RGB (Red+Green+Blue) = 179+105+125=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B3697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3697D is #4C9682. Grayscale: #818181. Windows color (decimal): -5019267 or 8219059. OLE color: 8219059.

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

Color convert

RGB179105125-
CMYK00.410.300.30
HSL343.78º32.74%55.69%-
HSV(B)343.78º41.34%70.2%-
XYZ27.3421.1722.05-
YUV129.41125.52163.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=43.77%
G=25.67%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910512500.410.300.30343.7832.7455.69
HexB3697D0291E1E1582138
Octal26315117505136365304170
Binary101100111101001111110101010011111011110101011000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3697D; }

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

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

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

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

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

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

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

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