#B56F7D

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

Shades of Tapestry #B56F7D

Tints of Tapestry #B56F7D

Color information

#B56F7D (or 0xB56F7D) is unknown color: approx Tapestry. HEX triplet: B5, 6F and 7D. RGB value is (181,111,125). Sum of RGB (Red+Green+Blue) = 181+111+125=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56F7D is #4A9082. Grayscale: #858585. Windows color (decimal): -4886659 or 8220597. OLE color: 8220597.

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

Color convert

RGB181111125-
CMYK00.390.310.29
HSL348º32.11%57.25%-
HSV(B)348º38.67%70.98%-
XYZ28.4422.6722.28-
YUV133.53123.19161.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=43.41%
G=26.62%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111112500.390.310.2934832.1157.25
HexB56F7D0271F1D15c2039
Octal26515717504737355344071
Binary101101011101111111110101001111111111101101011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56F7D; }

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

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

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

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

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

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

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

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