#B5707E

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

Shades of Tapestry #B5707E

Tints of Tapestry #B5707E

Color information

#B5707E (or 0xB5707E) is unknown color: approx Tapestry. HEX triplet: B5, 70 and 7E. RGB value is (181,112,126). Sum of RGB (Red+Green+Blue) = 181+112+126=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5707E is #4A8F81. Grayscale: #868686. Windows color (decimal): -4886402 or 8286389. OLE color: 8286389.

HSL color Cylindrical-coordinate representation of color #B5707E: hue angle of 347.83º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5707E is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB181112126-
CMYK00.380.300.29
HSL347.83º31.8%57.45%-
HSV(B)347.83º38.12%70.98%-
XYZ28.6222.9222.65-
YUV134.23123.36161.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=43.20%
G=26.73%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111212600.380.300.29347.8331.857.45
HexB5707E0261E1D15c2039
Octal26516017604636355344071
Binary101101011110000111111001001101111011101101011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5707E; }

 p { color: rgb(181,112,126); }

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

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

 a { background-color: rgb(181,112,126); }

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

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

 span { border-color: rgb(181,112,126); }

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