#B2727F

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

Shades of Tapestry #B2727F

Tints of Tapestry #B2727F

Color information

#B2727F (or 0xB2727F) is unknown color: approx Tapestry. HEX triplet: B2, 72 and 7F. RGB value is (178,114,127). Sum of RGB (Red+Green+Blue) = 178+114+127=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2727F is #4D8D80. Grayscale: #868686. Windows color (decimal): -5082497 or 8352434. OLE color: 8352434.

HSL color Cylindrical-coordinate representation of color #B2727F: hue angle of 347.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 #B2727F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178114127-
CMYK00.360.290.30
HSL347.81º29.36%57.25%-
HSV(B)347.81º35.96%69.8%-
XYZ28.2123.0323.04-
YUV134.62123.7158.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 127 (50% from 255) = 30.31%
R=42.48%
G=27.21%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811412700.360.290.30347.8129.3657.25
HexB2727F0241D1E15c1d39
Octal26216217704435365343571
Binary10110010111001011111110100100111011111010101110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2727F; }

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

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

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

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

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

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

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

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