#B56288

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

Shades of Tapestry #B56288

Tints of Tapestry #B56288

Color information

#B56288 (or 0xB56288) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 88. RGB value is (181,98,136). Sum of RGB (Red+Green+Blue) = 181+98+136=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B56288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56288 is #4A9D77. Grayscale: #7F7F7F. Windows color (decimal): -4889976 or 8938165. OLE color: 8938165.

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

Color convert

RGB18198136-
CMYK00.460.250.29
HSL332.53º35.93%54.71%-
HSV(B)332.53º45.86%70.98%-
XYZ27.8720.3425.75-
YUV127.15133166.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=43.61%
G=23.61%
B=32.77%

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
Decimal1819813600.460.250.29332.5335.9354.71
HexB5628802E191D14d2437
Octal26514221005631355154467
Binary1011010111000101000100001011101100111101101001101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56288; }

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

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

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

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

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

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

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

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