#B98289

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

Shades of Tapestry #B98289

Tints of Tapestry #B98289

Color information

#B98289 (or 0xB98289) is unknown color: approx Tapestry. HEX triplet: B9, 82 and 89. RGB value is (185,130,137). Sum of RGB (Red+Green+Blue) = 185+130+137=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B98289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98289 is #467D76. Grayscale: #939393. Windows color (decimal): -4619639 or 9011897. OLE color: 9011897.

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

Color convert

RGB185130137-
CMYK00.300.260.27
HSL352.36º28.21%61.76%-
HSV(B)352.36º29.73%72.55%-
XYZ32.5128.0927.37-
YUV147.24122.22154.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 130 (51.17% from 255) = 28.76%
BLUE value IS 137 (53.91% from 255) = 30.31%
R=40.93%
G=28.76%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513013700.300.260.27352.3628.2161.76
HexB9828901E1A1B1601c3e
Octal27120221103632335403476
Binary101110011000001010001001011110110101101110110000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98289; }

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

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

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

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

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

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

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

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