#B2697D

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

Shades of Tapestry #B2697D

Tints of Tapestry #B2697D

Color information

#B2697D (or 0xB2697D) is unknown color: approx Tapestry. HEX triplet: B2, 69 and 7D. RGB value is (178,105,125). Sum of RGB (Red+Green+Blue) = 178+105+125=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2697D is #4D9682. Grayscale: #818181. Windows color (decimal): -5084803 or 8219058. OLE color: 8219058.

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

Color convert

RGB178105125-
CMYK00.410.300.30
HSL343.56º32.16%55.49%-
HSV(B)343.56º41.01%69.8%-
XYZ27.1121.0522.04-
YUV129.11125.68162.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 125 (49.22% from 255) = 30.64%
R=43.63%
G=25.74%
B=30.64%

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
Decimal17810512500.410.300.30343.5632.1655.49
HexB2697D0291E1E1582037
Octal26215117505136365304067
Binary101100101101001111110101010011111011110101011000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2697D; }

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

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

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

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

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

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

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

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