#B98489

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

Shades of Tapestry #B98489

Tints of Tapestry #B98489

Color information

#B98489 (or 0xB98489) is unknown color: approx Tapestry. HEX triplet: B9, 84 and 89. RGB value is (185,132,137). Sum of RGB (Red+Green+Blue) = 185+132+137=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B98489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98489 is #467B76. Grayscale: #949494. Windows color (decimal): -4619127 or 9012409. OLE color: 9012409.

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

Color convert

RGB185132137-
CMYK00.290.260.27
HSL354.34º27.46%62.16%-
HSV(B)354.34º28.65%72.55%-
XYZ32.7728.6227.46-
YUV148.42121.56154.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 132 (51.95% from 255) = 29.07%
BLUE value IS 137 (53.91% from 255) = 30.18%
R=40.75%
G=29.07%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513213700.290.260.27354.3427.4662.16
HexB9848901D1A1B1621b3e
Octal27120421103532335423376
Binary101110011000010010001001011101110101101110110001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98489; }

 p { color: rgb(185,132,137); }

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

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

 a { background-color: rgb(185,132,137); }

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

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

 span { border-color: rgb(185,132,137); }

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