#B3687D

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

Shades of Tapestry #B3687D

Tints of Tapestry #B3687D

Color information

#B3687D (or 0xB3687D) is unknown color: approx Tapestry. HEX triplet: B3, 68 and 7D. RGB value is (179,104,125). Sum of RGB (Red+Green+Blue) = 179+104+125=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B3687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3687D is #4C9782. Grayscale: #808080. Windows color (decimal): -5019523 or 8218803. OLE color: 8218803.

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

Color convert

RGB179104125-
CMYK00.420.300.30
HSL343.2º33.04%55.49%-
HSV(B)343.2º41.9%70.2%-
XYZ27.2420.9722.01-
YUV128.82125.85163.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=43.87%
G=25.49%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910412500.420.300.30343.233.0455.49
HexB3687D02A1E1E1572137
Octal26315017505236365274167
Binary101100111101000111110101010101111011110101010111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3687D; }

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

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

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

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

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

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

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

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