#B56F7E

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

Shades of Tapestry #B56F7E

Tints of Tapestry #B56F7E

Color information

#B56F7E (or 0xB56F7E) is unknown color: approx Tapestry. HEX triplet: B5, 6F and 7E. RGB value is (181,111,126). Sum of RGB (Red+Green+Blue) = 181+111+126=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F7E is #4A9081. Grayscale: #858585. Windows color (decimal): -4886658 or 8286133. OLE color: 8286133.

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

Color convert

RGB181111126-
CMYK00.390.300.29
HSL347.14º32.11%57.25%-
HSV(B)347.14º38.67%70.98%-
XYZ28.5122.722.62-
YUV133.64123.69161.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=43.30%
G=26.56%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111112600.390.300.29347.1432.1157.25
HexB56F7E0271E1D15b2039
Octal26515717604736355334071
Binary101101011101111111111001001111111011101101011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F7E; }

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

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

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

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

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

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

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

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