#B56990

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

Shades of Tapestry #B56990

Tints of Tapestry #B56990

Color information

#B56990 (or 0xB56990) is unknown color: approx Tapestry. HEX triplet: B5, 69 and 90. RGB value is (181,105,144). Sum of RGB (Red+Green+Blue) = 181+105+144=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B56990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56990 is #4A966F. Grayscale: #848484. Windows color (decimal): -4888176 or 9464245. OLE color: 9464245.

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

Color convert

RGB181105144-
CMYK00.420.200.29
HSL329.21º33.93%56.08%-
HSV(B)329.21º41.99%70.98%-
XYZ29.1421.9429.08-
YUV132.17134.68162.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=42.09%
G=24.42%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110514400.420.200.29329.2133.9356.08
HexB5699002A141D1492238
Octal26515122005224355114270
Binary1011010111010011001000001010101010011101101001001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56990; }

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

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

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

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

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

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

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

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