#B5607E

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

Shades of Tapestry #B5607E

Tints of Tapestry #B5607E

Color information

#B5607E (or 0xB5607E) is unknown color: approx Tapestry. HEX triplet: B5, 60 and 7E. RGB value is (181,96,126). Sum of RGB (Red+Green+Blue) = 181+96+126=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5607E is #4A9F81. Grayscale: #7C7C7C. Windows color (decimal): -4890498 or 8282293. OLE color: 8282293.

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

Color convert

RGB18196126-
CMYK00.470.300.29
HSL338.82º36.48%54.31%-
HSV(B)338.82º46.96%70.98%-
XYZ2719.722.12-
YUV124.84128.66168.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=44.91%
G=23.82%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819612600.470.300.29338.8236.4854.31
HexB5607E02F1E1D1532436
Octal26514017605736355234466
Binary101101011100000111111001011111111011101101010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5607E; }

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

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

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

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

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

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

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

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