#B56E7F

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

Shades of Tapestry #B56E7F

Tints of Tapestry #B56E7F

Color information

#B56E7F (or 0xB56E7F) is unknown color: approx Tapestry. HEX triplet: B5, 6E and 7F. RGB value is (181,110,127). Sum of RGB (Red+Green+Blue) = 181+110+127=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E7F is #4A9180. Grayscale: #858585. Windows color (decimal): -4886913 or 8351413. OLE color: 8351413.

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

Color convert

RGB181110127-
CMYK00.390.300.29
HSL345.63º32.42%57.06%-
HSV(B)345.63º39.23%70.98%-
XYZ28.4622.5122.92-
YUV133.17124.52162.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 127 (50% from 255) = 30.38%
R=43.30%
G=26.32%
B=30.38%

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
Decimal18111012700.390.300.29345.6332.4257.06
HexB56E7F0271E1D15a2039
Octal26515617704736355324071
Binary101101011101110111111101001111111011101101011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E7F; }

 p { color: rgb(181,110,127); }

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

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

 a { background-color: rgb(181,110,127); }

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

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

 span { border-color: rgb(181,110,127); }

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