#B5697F

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

Shades of Tapestry #B5697F

Tints of Tapestry #B5697F

Color information

#B5697F (or 0xB5697F) is unknown color: approx Tapestry. HEX triplet: B5, 69 and 7F. RGB value is (181,105,127). Sum of RGB (Red+Green+Blue) = 181+105+127=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B5697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5697F is #4A9680. Grayscale: #828282. Windows color (decimal): -4888193 or 8350133. OLE color: 8350133.

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

Color convert

RGB181105127-
CMYK00.420.300.29
HSL342.63º33.93%56.08%-
HSV(B)342.63º41.99%70.98%-
XYZ27.9421.4622.75-
YUV130.23126.18164.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 127 (50% from 255) = 30.75%
R=43.83%
G=25.42%
B=30.75%

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
Decimal18110512700.420.300.29342.6333.9356.08
HexB5697F02A1E1D1572238
Octal26515117705236355274270
Binary101101011101001111111101010101111011101101010111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5697F; }

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

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

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

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

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

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

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

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