#B5607D

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

Shades of Tapestry #B5607D

Tints of Tapestry #B5607D

Color information

#B5607D (or 0xB5607D) is unknown color: approx Tapestry. HEX triplet: B5, 60 and 7D. RGB value is (181,96,125). Sum of RGB (Red+Green+Blue) = 181+96+125=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B5607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5607D is #4A9F82. Grayscale: #7C7C7C. Windows color (decimal): -4890499 or 8216757. OLE color: 8216757.

HSL color Cylindrical-coordinate representation of color #B5607D: hue angle of 339.53º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5607D is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18196125-
CMYK00.470.310.29
HSL339.53º36.48%54.31%-
HSV(B)339.53º46.96%70.98%-
XYZ26.9419.6721.78-
YUV124.72128.16168.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=45.02%
G=23.88%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819612500.470.310.29339.5336.4854.31
HexB5607D02F1F1D1542436
Octal26514017505737355244466
Binary101101011100000111110101011111111111101101010100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5607D; }

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

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

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

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

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

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

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

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