#B4617A

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

Shades of Tapestry #B4617A

Tints of Tapestry #B4617A

Color information

#B4617A (or 0xB4617A) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 7A. RGB value is (180,97,122). Sum of RGB (Red+Green+Blue) = 180+97+122=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4617A is #4B9E85. Grayscale: #7C7C7C. Windows color (decimal): -4955782 or 8020404. OLE color: 8020404.

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

Color convert

RGB18097122-
CMYK00.460.320.29
HSL341.93º35.62%54.31%-
HSV(B)341.93º46.11%70.59%-
XYZ26.6119.6620.8-
YUV124.67126.5167.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=45.11%
G=24.31%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809712200.460.320.29341.9335.6254.31
HexB4617A02E201D1562436
Octal26414117205640355264466
Binary1011010011000011111010010111010000011101101010110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4617A; }

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

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

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

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

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

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

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

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