#B56077

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

Shades of Tapestry #B56077

Tints of Tapestry #B56077

Color information

#B56077 (or 0xB56077) is unknown color: approx Tapestry. HEX triplet: B5, 60 and 77. RGB value is (181,96,119). Sum of RGB (Red+Green+Blue) = 181+96+119=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B56077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56077 is #4A9F88. Grayscale: #7C7C7C. Windows color (decimal): -4890505 or 7823541. OLE color: 7823541.

HSL color Cylindrical-coordinate representation of color #B56077: hue angle of 343.76º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56077 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB18196119-
CMYK00.470.340.29
HSL343.76º36.48%54.31%-
HSV(B)343.76º46.96%70.98%-
XYZ26.5719.5219.82-
YUV124.04125.16168.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.71%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=45.71%
G=24.24%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819611900.470.340.29343.7636.4854.31
HexB5607702F221D1582436
Octal26514016705742355304466
Binary1011010111000001110111010111110001011101101011000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56077; }

 p { color: rgb(181,96,119); }

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

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

 a { background-color: rgb(181,96,119); }

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

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

 span { border-color: rgb(181,96,119); }

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