#B4737C

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

Shades of Tapestry #B4737C

Tints of Tapestry #B4737C

Color information

#B4737C (or 0xB4737C) is unknown color: approx Tapestry. HEX triplet: B4, 73 and 7C. RGB value is (180,115,124). Sum of RGB (Red+Green+Blue) = 180+115+124=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4737C is #4B8C83. Grayscale: #878787. Windows color (decimal): -4951172 or 8156084. OLE color: 8156084.

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

Color convert

RGB180115124-
CMYK00.360.310.29
HSL351.69º30.23%57.84%-
HSV(B)351.69º36.11%70.59%-
XYZ28.5923.4222.08-
YUV135.46121.53159.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=42.96%
G=27.45%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011512400.360.310.29351.6930.2357.84
HexB4737C0241F1D1601e3a
Octal26416317404437355403672
Binary10110100111001111111000100100111111110110110000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4737C; }

 p { color: rgb(180,115,124); }

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

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

 a { background-color: rgb(180,115,124); }

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

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

 span { border-color: rgb(180,115,124); }

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