#B4728C

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

Shades of Tapestry #B4728C

Tints of Tapestry #B4728C

Color information

#B4728C (or 0xB4728C) is unknown color: approx Tapestry. HEX triplet: B4, 72 and 8C. RGB value is (180,114,140). Sum of RGB (Red+Green+Blue) = 180+114+140=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4728C is #4B8D73. Grayscale: #888888. Windows color (decimal): -4951412 or 9204404. OLE color: 9204404.

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

Color convert

RGB180114140-
CMYK00.370.220.29
HSL336.36º30.56%57.65%-
HSV(B)336.36º36.67%70.59%-
XYZ29.5723.6327.81-
YUV136.7129.87158.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=41.47%
G=26.27%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011414000.370.220.29336.3630.5657.65
HexB4728C025161D1501f3a
Octal26416221404526355203772
Binary101101001110010100011000100101101101110110101000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4728C; }

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

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

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

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

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

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

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

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