#b2728f

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

Shades of Tapestry #B2728F

Tints of Tapestry #B2728F

Color information

#B2728F (or 0xB2728F) is unknown color: approx Tapestry. HEX triplet: B2, 72 and 8F. RGB value is (178,114,143). Sum of RGB (Red+Green+Blue) = 178+114+143=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2728F is #4D8D70. Grayscale: #888888. Windows color (decimal): -5082481 or 9401010. OLE color: 9401010.

HSL color Cylindrical-coordinate representation of color #B2728F: hue angle of 332.81º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2728F is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB178114143-
CMYK00.360.200.30
HSL332.81º29.36%57.25%-
HSV(B)332.81º35.96%69.8%-
XYZ29.3423.4828.97-
YUV136.44131.7157.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.92%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=40.92%
G=26.21%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811414300.360.200.30332.8129.3657.25
HexB2728F024141E14d1d39
Octal26216221704424365153571
Binary101100101110010100011110100100101001111010100110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2728f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2728f; }

 p { color: rgb(178,114,143); }

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

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

 a { background-color: rgb(178,114,143); }

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

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

 span { border-color: rgb(178,114,143); }

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