#B27290

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

Shades of Tapestry #B27290

Tints of Tapestry #B27290

Color information

#B27290 (or 0xB27290) is unknown color: approx Tapestry. HEX triplet: B2, 72 and 90. RGB value is (178,114,144). Sum of RGB (Red+Green+Blue) = 178+114+144=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B27290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27290 is #4D8D6F. Grayscale: #888888. Windows color (decimal): -5082480 or 9466546. OLE color: 9466546.

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

Color convert

RGB178114144-
CMYK00.360.190.30
HSL331.88º29.36%57.25%-
HSV(B)331.88º35.96%69.8%-
XYZ29.4123.5129.37-
YUV136.56132.2157.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.83%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=40.83%
G=26.15%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811414400.360.190.30331.8829.3657.25
HexB27290024131E14c1d39
Octal26216222004423365143571
Binary101100101110010100100000100100100111111010100110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27290; }

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

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

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

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

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

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

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

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