#B5707C

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

Shades of Tapestry #B5707C

Tints of Tapestry #B5707C

Color information

#B5707C (or 0xB5707C) is unknown color: approx Tapestry. HEX triplet: B5, 70 and 7C. RGB value is (181,112,124). Sum of RGB (Red+Green+Blue) = 181+112+124=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5707C is #4A8F83. Grayscale: #868686. Windows color (decimal): -4886404 or 8155317. OLE color: 8155317.

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

Color convert

RGB181112124-
CMYK00.380.310.29
HSL349.57º31.8%57.45%-
HSV(B)349.57º38.12%70.98%-
XYZ28.4922.8721.98-
YUV134122.36161.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=43.41%
G=26.86%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111212400.380.310.29349.5731.857.45
HexB5707C0261F1D15e2039
Octal26516017404637355364071
Binary101101011110000111110001001101111111101101011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5707C; }

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

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

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

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

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

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

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

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