#B97990

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

Shades of Tapestry #B97990

Tints of Tapestry #B97990

Color information

#B97990 (or 0xB97990) is unknown color: approx Tapestry. HEX triplet: B9, 79 and 90. RGB value is (185,121,144). Sum of RGB (Red+Green+Blue) = 185+121+144=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B97990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97990 is #46866F. Grayscale: #8E8E8E. Windows color (decimal): -4621936 or 9468345. OLE color: 9468345.

HSL color Cylindrical-coordinate representation of color #B97990: hue angle of 338.44º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B97990 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185121144-
CMYK00.350.220.27
HSL338.44º31.37%60%-
HSV(B)338.44º34.59%72.55%-
XYZ31.882629.72-
YUV142.76128.7158.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 144 (56.64% from 255) = 32%
R=41.11%
G=26.89%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512114400.350.220.27338.4431.3760
HexB97990023161B1521f3c
Octal27117122004326335223774
Binary101110011111001100100000100011101101101110101001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97990; }

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

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

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

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

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

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

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

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