#B27280

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

Shades of Tapestry #B27280

Tints of Tapestry #B27280

Color information

#B27280 (or 0xB27280) is unknown color: approx Tapestry. HEX triplet: B2, 72 and 80. RGB value is (178,114,128). Sum of RGB (Red+Green+Blue) = 178+114+128=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B27280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27280 is #4D8D7F. Grayscale: #868686. Windows color (decimal): -5082496 or 8417970. OLE color: 8417970.

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

Color convert

RGB178114128-
CMYK00.360.280.30
HSL346.88º29.36%57.25%-
HSV(B)346.88º35.96%69.8%-
XYZ28.2723.0623.38-
YUV134.73124.2158.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=42.38%
G=27.14%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811412800.360.280.30346.8829.3657.25
HexB272800241C1E15b1d39
Octal26216220004434365333571
Binary101100101110010100000000100100111001111010101101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27280; }

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

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

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

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

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

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

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

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