#B56089

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

Shades of Tapestry #B56089

Tints of Tapestry #B56089

Color information

#B56089 (or 0xB56089) is unknown color: approx Tapestry. HEX triplet: B5, 60 and 89. RGB value is (181,96,137). Sum of RGB (Red+Green+Blue) = 181+96+137=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B56089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56089 is #4A9F76. Grayscale: #7E7E7E. Windows color (decimal): -4890487 or 9003189. OLE color: 9003189.

HSL color Cylindrical-coordinate representation of color #B56089: hue angle of 331.06º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56089 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18196137-
CMYK00.470.240.29
HSL331.06º36.48%54.31%-
HSV(B)331.06º46.96%70.98%-
XYZ27.752026.06-
YUV126.09134.16167.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=43.72%
G=23.19%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819613700.470.240.29331.0636.4854.31
HexB5608902F181D14b2436
Octal26514021105730355134466
Binary1011010111000001000100101011111100011101101001011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56089; }

 p { color: rgb(181,96,137); }

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

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

 a { background-color: rgb(181,96,137); }

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

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

 span { border-color: rgb(181,96,137); }

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