#B4728E

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

Shades of Tapestry #B4728E

Tints of Tapestry #B4728E

Color information

#B4728E (or 0xB4728E) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 8E. RGB value is (180,114,142). Sum of RGB (Red+Green+Blue) = 180+114+142=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4728E is #4B8D71. Grayscale: #888888. Windows color (decimal): -4951410 or 9335476. OLE color: 9335476.

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

Color convert

RGB180114142-
CMYK00.370.210.29
HSL334.55º30.56%57.65%-
HSV(B)334.55º36.67%70.59%-
XYZ29.7223.6928.6-
YUV136.93130.87158.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=41.28%
G=26.15%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011414200.370.210.29334.5530.5657.65
HexB4728E025151D14f1f3a
Octal26416221604525355173772
Binary101101001110010100011100100101101011110110100111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4728E; }

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

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

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

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

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

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

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

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