#B5708C

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

Shades of Tapestry #B5708C

Tints of Tapestry #B5708C

Color information

#B5708C (or 0xB5708C) is unknown color: approx Tapestry. HEX triplet: B5, 70 and 8C. RGB value is (181,112,140). Sum of RGB (Red+Green+Blue) = 181+112+140=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5708C is #4A8F73. Grayscale: #878787. Windows color (decimal): -4886388 or 9203893. OLE color: 9203893.

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

Color convert

RGB181112140-
CMYK00.380.230.29
HSL335.65º31.8%57.45%-
HSV(B)335.65º38.12%70.98%-
XYZ29.5823.3127.75-
YUV135.82130.36160.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=41.80%
G=25.87%
B=32.33%

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
Decimal18111214000.380.230.29335.6531.857.45
HexB5708C026171D1502039
Octal26516021404627355204071
Binary1011010111100001000110001001101011111101101010000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5708C; }

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

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

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

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

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

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

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

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