#B98184

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

Shades of Tapestry #B98184

Tints of Tapestry #B98184

Color information

#B98184 (or 0xB98184) is unknown color: approx Tapestry. HEX triplet: B9, 81 and 84. RGB value is (185,129,132). Sum of RGB (Red+Green+Blue) = 185+129+132=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B98184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98184 is #467E7B. Grayscale: #929292. Windows color (decimal): -4619900 or 8683961. OLE color: 8683961.

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

Color convert

RGB185129132-
CMYK00.300.290.27
HSL356.79º28.57%61.57%-
HSV(B)356.79º30.27%72.55%-
XYZ32.0227.6825.48-
YUV146.09120.05155.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=41.48%
G=28.92%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512913200.300.290.27356.7928.5761.57
HexB9818401E1D1B1651d3e
Octal27120120403635335453576
Binary101110011000000110000100011110111011101110110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98184; }

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

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

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

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

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

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

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

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