#B56F82

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

Shades of Tapestry #B56F82

Tints of Tapestry #B56F82

Color information

#B56F82 (or 0xB56F82) is unknown color: approx Tapestry. HEX triplet: B5, 6F and 82. RGB value is (181,111,130). Sum of RGB (Red+Green+Blue) = 181+111+130=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F82 is #4A907D. Grayscale: #868686. Windows color (decimal): -4886654 or 8548277. OLE color: 8548277.

HSL color Cylindrical-coordinate representation of color #B56F82: hue angle of 343.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56F82 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB181111130-
CMYK00.390.280.29
HSL343.71º32.11%57.25%-
HSV(B)343.71º38.67%70.98%-
XYZ28.7722.824-
YUV134.1125.69161.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=42.89%
G=26.30%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111113000.390.280.29343.7132.1157.25
HexB56F820271C1D1582039
Octal26515720204734355304071
Binary1011010111011111000001001001111110011101101011000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F82; }

 p { color: rgb(181,111,130); }

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

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

 a { background-color: rgb(181,111,130); }

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

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

 span { border-color: rgb(181,111,130); }

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