#B98091

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

Shades of Tapestry #B98091

Tints of Tapestry #B98091

Color information

#B98091 (or 0xB98091) is unknown color: approx Tapestry. HEX triplet: B9, 80 and 91. RGB value is (185,128,145). Sum of RGB (Red+Green+Blue) = 185+128+145=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B98091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98091 is #467F6E. Grayscale: #929292. Windows color (decimal): -4620143 or 9535673. OLE color: 9535673.

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

Color convert

RGB185128145-
CMYK00.310.220.27
HSL342.11º28.93%61.37%-
HSV(B)342.11º30.81%72.55%-
XYZ32.8427.830.42-
YUV146.98126.88155.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 128 (50.39% from 255) = 27.95%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=40.39%
G=27.95%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512814500.310.220.27342.1128.9361.37
HexB9809101F161B1561d3d
Octal27120022103726335263575
Binary101110011000000010010001011111101101101110101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98091; }

 p { color: rgb(185,128,145); }

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

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

 a { background-color: rgb(185,128,145); }

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

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

 span { border-color: rgb(185,128,145); }

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