#B5708B

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

Shades of Tapestry #B5708B

Tints of Tapestry #B5708B

Color information

#B5708B (or 0xB5708B) is unknown color: approx Tapestry. HEX triplet: B5, 70 and 8B. RGB value is (181,112,139). Sum of RGB (Red+Green+Blue) = 181+112+139=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B5708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5708B is #4A8F74. Grayscale: #878787. Windows color (decimal): -4886389 or 9138357. OLE color: 9138357.

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

Color convert

RGB181112139-
CMYK00.380.230.29
HSL336.52º31.8%57.45%-
HSV(B)336.52º38.12%70.98%-
XYZ29.5123.2827.36-
YUV135.71129.86160.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=41.90%
G=25.93%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111213900.380.230.29336.5231.857.45
HexB5708B026171D1512039
Octal26516021304627355214071
Binary1011010111100001000101101001101011111101101010001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5708B; }

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

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

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

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

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

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

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

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