#B2697A

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

Shades of Tapestry #B2697A

Tints of Tapestry #B2697A

Color information

#B2697A (or 0xB2697A) is unknown color: approx Tapestry. HEX triplet: B2, 69 and 7A. RGB value is (178,105,122). Sum of RGB (Red+Green+Blue) = 178+105+122=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2697A is #4D9685. Grayscale: #808080. Windows color (decimal): -5084806 or 8022450. OLE color: 8022450.

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

Color convert

RGB178105122-
CMYK00.410.310.30
HSL346.03º32.16%55.49%-
HSV(B)346.03º41.01%69.8%-
XYZ26.9220.9721.04-
YUV128.76124.18163.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=43.95%
G=25.93%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810512200.410.310.30346.0332.1655.49
HexB2697A0291F1E15a2037
Octal26215117205137365324067
Binary101100101101001111101001010011111111110101011010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2697A; }

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

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

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

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

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

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

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

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