#B56076

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

Shades of Tapestry #B56076

Tints of Tapestry #B56076

Color information

#B56076 (or 0xB56076) is unknown color: approx Tapestry. HEX triplet: B5, 60 and 76. RGB value is (181,96,118). Sum of RGB (Red+Green+Blue) = 181+96+118=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B56076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56076 is #4A9F89. Grayscale: #7B7B7B. Windows color (decimal): -4890506 or 7758005. OLE color: 7758005.

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

Color convert

RGB18196118-
CMYK00.470.350.29
HSL344.47º36.48%54.31%-
HSV(B)344.47º46.96%70.98%-
XYZ26.5119.519.51-
YUV123.92124.66168.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=45.82%
G=24.30%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819611800.470.350.29344.4736.4854.31
HexB5607602F231D1582436
Octal26514016605743355304466
Binary1011010111000001110110010111110001111101101011000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56076; }

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

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

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

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

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

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

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

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