#B5697E

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

Shades of Tapestry #B5697E

Tints of Tapestry #B5697E

Color information

#B5697E (or 0xB5697E) is unknown color: approx Tapestry. HEX triplet: B5, 69 and 7E. RGB value is (181,105,126). Sum of RGB (Red+Green+Blue) = 181+105+126=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B5697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5697E is #4A9681. Grayscale: #828282. Windows color (decimal): -4888194 or 8284597. OLE color: 8284597.

HSL color Cylindrical-coordinate representation of color #B5697E: hue angle of 343.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5697E is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB181105126-
CMYK00.420.300.29
HSL343.42º33.93%56.08%-
HSV(B)343.42º41.99%70.98%-
XYZ27.8721.4322.41-
YUV130.12125.68164.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=43.93%
G=25.49%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110512600.420.300.29343.4233.9356.08
HexB5697E02A1E1D1572238
Octal26515117605236355274270
Binary101101011101001111111001010101111011101101010111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5697E; }

 p { color: rgb(181,105,126); }

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

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

 a { background-color: rgb(181,105,126); }

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

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

 span { border-color: rgb(181,105,126); }

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