#B56B8E

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

Shades of Tapestry #B56B8E

Tints of Tapestry #B56B8E

Color information

#B56B8E (or 0xB56B8E) is unknown color: approx Tapestry. HEX triplet: B5, 6B and 8E. RGB value is (181,107,142). Sum of RGB (Red+Green+Blue) = 181+107+142=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B56B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56B8E is #4A9471. Grayscale: #858585. Windows color (decimal): -4887666 or 9333685. OLE color: 9333685.

HSL color Cylindrical-coordinate representation of color #B56B8E: hue angle of 331.62º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56B8E is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB181107142-
CMYK00.410.220.29
HSL331.62º33.33%56.47%-
HSV(B)331.62º40.88%70.98%-
XYZ29.222.2928.36-
YUV133.12133.02162.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 107 (42.19% from 255) = 24.88%
BLUE value IS 142 (55.86% from 255) = 33.02%
R=42.09%
G=24.88%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110714200.410.220.29331.6233.3356.47
HexB56B8E029161D14c2138
Octal26515321605126355144170
Binary1011010111010111000111001010011011011101101001100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56B8E; }

 p { color: rgb(181,107,142); }

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

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

 a { background-color: rgb(181,107,142); }

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

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

 span { border-color: rgb(181,107,142); }

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