#B56388

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

Shades of Tapestry #B56388

Tints of Tapestry #B56388

Color information

#B56388 (or 0xB56388) is unknown color: approx Tapestry. HEX triplet: B5, 63 and 88. RGB value is (181,99,136). Sum of RGB (Red+Green+Blue) = 181+99+136=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B56388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56388 is #4A9C77. Grayscale: #7F7F7F. Windows color (decimal): -4889720 or 8938421. OLE color: 8938421.

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

Color convert

RGB18199136-
CMYK00.450.250.29
HSL332.93º35.65%54.9%-
HSV(B)332.93º45.3%70.98%-
XYZ27.9620.5325.78-
YUV127.74132.67165.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=43.51%
G=23.80%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819913600.450.250.29332.9335.6554.9
HexB5638802D191D14d2437
Octal26514321005531355154467
Binary1011010111000111000100001011011100111101101001101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56388; }

 p { color: rgb(181,99,136); }

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

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

 a { background-color: rgb(181,99,136); }

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

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

 span { border-color: rgb(181,99,136); }

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