#B98287

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

Shades of Tapestry #B98287

Tints of Tapestry #B98287

Color information

#B98287 (or 0xB98287) is unknown color: approx Tapestry. HEX triplet: B9, 82 and 87. RGB value is (185,130,135). Sum of RGB (Red+Green+Blue) = 185+130+135=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B98287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98287 is #467D78. Grayscale: #939393. Windows color (decimal): -4619641 or 8880825. OLE color: 8880825.

HSL color Cylindrical-coordinate representation of color #B98287: hue angle of 354.55º 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 #B98287 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB185130135-
CMYK00.300.270.27
HSL354.55º28.21%61.76%-
HSV(B)354.55º29.73%72.55%-
XYZ32.3628.0326.63-
YUV147.01121.22155.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 135 (53.12% from 255) = 30%
R=41.11%
G=28.89%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513013500.300.270.27354.5528.2161.76
HexB9828701E1B1B1631c3e
Octal27120220703633335433476
Binary101110011000001010000111011110110111101110110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98287; }

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

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

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

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

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

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

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

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