#B98586

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

Shades of Tapestry #B98586

Tints of Tapestry #B98586

Color information

#B98586 (or 0xB98586) is unknown color: approx Tapestry. HEX triplet: B9, 85 and 86. RGB value is (185,133,134). Sum of RGB (Red+Green+Blue) = 185+133+134=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B98586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98586 is #467A79. Grayscale: #949494. Windows color (decimal): -4618874 or 8816057. OLE color: 8816057.

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

Color convert

RGB185133134-
CMYK00.280.280.27
HSL358.85º27.08%62.35%-
HSV(B)358.85º28.11%72.55%-
XYZ32.728.8126.39-
YUV148.66119.73153.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=40.93%
G=29.42%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513313400.280.280.27358.8527.0862.35
HexB9858601C1C1B1671b3e
Octal27120520603434335473376
Binary101110011000010110000110011100111001101110110011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98586; }

 p { color: rgb(185,133,134); }

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

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

 a { background-color: rgb(185,133,134); }

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

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

 span { border-color: rgb(185,133,134); }

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