#B27282

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

Shades of Tapestry #B27282

Tints of Tapestry #B27282

Color information

#B27282 (or 0xB27282) is unknown color: approx Tapestry. HEX triplet: B2, 72 and 82. RGB value is (178,114,130). Sum of RGB (Red+Green+Blue) = 178+114+130=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B27282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27282 is #4D8D7D. Grayscale: #868686. Windows color (decimal): -5082494 or 8549042. OLE color: 8549042.

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

Color convert

RGB178114130-
CMYK00.360.270.30
HSL345º29.36%57.25%-
HSV(B)345º35.96%69.8%-
XYZ28.4123.1124.08-
YUV134.96125.2158.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=42.18%
G=27.01%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811413000.360.270.3034529.3657.25
HexB272820241B1E1591d39
Octal26216220204433365313571
Binary101100101110010100000100100100110111111010101100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27282; }

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

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

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

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

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

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

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

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