#B5617A

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

Shades of Tapestry #B5617A

Tints of Tapestry #B5617A

Color information

#B5617A (or 0xB5617A) is unknown color: approx Tapestry. HEX triplet: B5, 61 and 7A. RGB value is (181,97,122). Sum of RGB (Red+Green+Blue) = 181+97+122=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B5617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5617A is #4A9E85. Grayscale: #7C7C7C. Windows color (decimal): -4890246 or 8020405. OLE color: 8020405.

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

Color convert

RGB18197122-
CMYK00.460.330.29
HSL342.14º36.21%54.51%-
HSV(B)342.14º46.41%70.98%-
XYZ26.8419.7820.82-
YUV124.97126.33167.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 97 (38.28% from 255) = 24.25%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=45.25%
G=24.25%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819712200.460.330.29342.1436.2154.51
HexB5617A02E211D1562437
Octal26514117205641355264467
Binary1011010111000011111010010111010000111101101010110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5617A; }

 p { color: rgb(181,97,122); }

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

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

 a { background-color: rgb(181,97,122); }

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

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

 span { border-color: rgb(181,97,122); }

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