#B2727C

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

Shades of Tapestry #B2727C

Tints of Tapestry #B2727C

Color information

#B2727C (or 0xB2727C) is unknown color: approx Tapestry. HEX triplet: B2, 72 and 7C. RGB value is (178,114,124). Sum of RGB (Red+Green+Blue) = 178+114+124=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2727C is #4D8D83. Grayscale: #868686. Windows color (decimal): -5082500 or 8155826. OLE color: 8155826.

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

Color convert

RGB178114124-
CMYK00.360.300.30
HSL350.62º29.36%57.25%-
HSV(B)350.62º35.96%69.8%-
XYZ28.0222.9522.02-
YUV134.28122.2159.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=42.79%
G=27.40%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811412400.360.300.30350.6229.3657.25
HexB2727C0241E1E15f1d39
Octal26216217404436365373571
Binary10110010111001011111000100100111101111010101111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2727C; }

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

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

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

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

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

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

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

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