#B5707D

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

Shades of Tapestry #B5707D

Tints of Tapestry #B5707D

Color information

#B5707D (or 0xB5707D) is unknown color: approx Tapestry. HEX triplet: B5, 70 and 7D. RGB value is (181,112,125). Sum of RGB (Red+Green+Blue) = 181+112+125=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5707D is #4A8F82. Grayscale: #868686. Windows color (decimal): -4886403 or 8220853. OLE color: 8220853.

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

Color convert

RGB181112125-
CMYK00.380.310.29
HSL348.7º31.8%57.45%-
HSV(B)348.7º38.12%70.98%-
XYZ28.5522.8922.32-
YUV134.11122.86161.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=43.30%
G=26.79%
B=29.90%

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
Decimal18111212500.380.310.29348.731.857.45
HexB5707D0261F1D15d2039
Octal26516017504637355354071
Binary101101011110000111110101001101111111101101011101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5707D; }

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

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

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

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

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

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

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

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