#B4727C

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

Shades of Tapestry #B4727C

Tints of Tapestry #B4727C

Color information

#B4727C (or 0xB4727C) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 7C. RGB value is (180,114,124). Sum of RGB (Red+Green+Blue) = 180+114+124=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4727C is #4B8D83. Grayscale: #868686. Windows color (decimal): -4951428 or 8155828. OLE color: 8155828.

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

Color convert

RGB180114124-
CMYK00.370.310.29
HSL350.91º30.56%57.65%-
HSV(B)350.91º36.67%70.59%-
XYZ28.4823.1922.04-
YUV134.87121.87160.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=43.06%
G=27.27%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011412400.370.310.29350.9130.5657.65
HexB4727C0251F1D15f1f3a
Octal26416217404537355373772
Binary10110100111001011111000100101111111110110101111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4727C; }

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

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

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

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

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

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

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

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