#B5707A

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

Shades of Tapestry #B5707A

Tints of Tapestry #B5707A

Color information

#B5707A (or 0xB5707A) is unknown color: approx Tapestry. HEX triplet: B5, 70 and 7A. RGB value is (181,112,122). Sum of RGB (Red+Green+Blue) = 181+112+122=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5707A is #4A8F85. Grayscale: #858585. Windows color (decimal): -4886406 or 8024245. OLE color: 8024245.

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

Color convert

RGB181112122-
CMYK00.380.330.29
HSL351.3º31.8%57.45%-
HSV(B)351.3º38.12%70.98%-
XYZ28.3622.8221.32-
YUV133.77121.36161.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=43.61%
G=26.99%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111212200.380.330.29351.331.857.45
HexB5707A026211D15f2039
Octal26516017204641355374071
Binary1011010111100001111010010011010000111101101011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5707A; }

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

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

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

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

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

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

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

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