#B56F8F

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

Shades of Tapestry #B56F8F

Tints of Tapestry #B56F8F

Color information

#B56F8F (or 0xB56F8F) is unknown color: approx Tapestry. HEX triplet: B5, 6F and 8F. RGB value is (181,111,143). Sum of RGB (Red+Green+Blue) = 181+111+143=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F8F is #4A9070. Grayscale: #878787. Windows color (decimal): -4886641 or 9400245. OLE color: 9400245.

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

Color convert

RGB181111143-
CMYK00.390.210.29
HSL332.57º32.11%57.25%-
HSV(B)332.57º38.67%70.98%-
XYZ29.723.1828.89-
YUV135.58132.19160.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=41.61%
G=25.52%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111114300.390.210.29332.5732.1157.25
HexB56F8F027151D14d2039
Octal26515721704725355154071
Binary1011010111011111000111101001111010111101101001101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F8F; }

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

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

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

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

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

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

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

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