#B27990

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

Shades of Tapestry #B27990

Tints of Tapestry #B27990

Color information

#B27990 (or 0xB27990) is unknown color: approx Tapestry. HEX triplet: B2, 79 and 90. RGB value is (178,121,144). Sum of RGB (Red+Green+Blue) = 178+121+144=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B27990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27990 is #4D866F. Grayscale: #8C8C8C. Windows color (decimal): -5080688 or 9468338. OLE color: 9468338.

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

Color convert

RGB178121144-
CMYK00.320.190.30
HSL335.79º27.01%58.63%-
HSV(B)335.79º32.02%69.8%-
XYZ30.2325.1529.65-
YUV140.66129.88154.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=40.18%
G=27.31%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812114400.320.190.30335.7927.0158.63
HexB27990020131E1501b3b
Octal26217122004023365203373
Binary101100101111001100100000100000100111111010101000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27990; }

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

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

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

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

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

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

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

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