#B5698E

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

Shades of Tapestry #B5698E

Tints of Tapestry #B5698E

Color information

#B5698E (or 0xB5698E) is unknown color: approx Tapestry. HEX triplet: B5, 69 and 8E. RGB value is (181,105,142). Sum of RGB (Red+Green+Blue) = 181+105+142=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 181 - color contains mainly: red. Hex color #B5698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5698E is #4A9671. Grayscale: #838383. Windows color (decimal): -4888178 or 9333173. OLE color: 9333173.

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

Color convert

RGB181105142-
CMYK00.420.220.29
HSL330.79º33.93%56.08%-
HSV(B)330.79º41.99%70.98%-
XYZ28.9921.8828.29-
YUV131.94133.68162.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.29%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=42.29%
G=24.53%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110514200.420.220.29330.7933.9356.08
HexB5698E02A161D14b2238
Octal26515121605226355134270
Binary1011010111010011000111001010101011011101101001011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5698E; }

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

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

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

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

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

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

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

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