#B98186

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

Shades of Tapestry #B98186

Tints of Tapestry #B98186

Color information

#B98186 (or 0xB98186) is unknown color: approx Tapestry. HEX triplet: B9, 81 and 86. RGB value is (185,129,134). Sum of RGB (Red+Green+Blue) = 185+129+134=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B98186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98186 is #467E79. Grayscale: #929292. Windows color (decimal): -4619898 or 8815033. OLE color: 8815033.

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

Color convert

RGB185129134-
CMYK00.300.280.27
HSL354.64º28.57%61.57%-
HSV(B)354.64º30.27%72.55%-
XYZ32.1627.7426.21-
YUV146.31121.05155.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 134 (52.73% from 255) = 29.91%
R=41.29%
G=28.79%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512913400.300.280.27354.6428.5761.57
HexB9818601E1C1B1631d3e
Octal27120120603634335433576
Binary101110011000000110000110011110111001101110110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98186; }

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

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

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

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

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

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

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

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