#B56187

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

Shades of Tapestry #B56187

Tints of Tapestry #B56187

Color information

#B56187 (or 0xB56187) is unknown color: approx Tapestry. HEX triplet: B5, 61 and 87. RGB value is (181,97,135). Sum of RGB (Red+Green+Blue) = 181+97+135=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B56187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56187 is #4A9E78. Grayscale: #7E7E7E. Windows color (decimal): -4890233 or 8872373. OLE color: 8872373.

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

Color convert

RGB18197135-
CMYK00.460.250.29
HSL332.86º36.21%54.51%-
HSV(B)332.86º46.41%70.98%-
XYZ27.720.1225.35-
YUV126.45132.83166.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=43.83%
G=23.49%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819713500.460.250.29332.8636.2154.51
HexB5618702E191D14d2437
Octal26514120705631355154467
Binary1011010111000011000011101011101100111101101001101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56187; }

 p { color: rgb(181,97,135); }

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

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

 a { background-color: rgb(181,97,135); }

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

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

 span { border-color: rgb(181,97,135); }

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