#B27090

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

Shades of Tapestry #B27090

Tints of Tapestry #B27090

Color information

#B27090 (or 0xB27090) is unknown color: approx Tapestry. HEX triplet: B2, 70 and 90. RGB value is (178,112,144). Sum of RGB (Red+Green+Blue) = 178+112+144=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B27090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27090 is #4D8F6F. Grayscale: #878787. Windows color (decimal): -5082992 or 9466034. OLE color: 9466034.

HSL color Cylindrical-coordinate representation of color #B27090: hue angle of 330.91º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27090 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB178112144-
CMYK00.370.190.30
HSL330.91º30%56.86%-
HSV(B)330.91º37.08%69.8%-
XYZ29.1923.0729.3-
YUV135.38132.87158.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 112 (44.14% from 255) = 25.81%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=41.01%
G=25.81%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811214400.370.190.30330.913056.86
HexB27090025131E14b1e39
Octal26216022004523365133671
Binary101100101110000100100000100101100111111010100101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27090; }

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

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

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

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

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

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

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

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