#B97982

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

Shades of Tapestry #B97982

Tints of Tapestry #B97982

Color information

#B97982 (or 0xB97982) is unknown color: approx Tapestry. HEX triplet: B9, 79 and 82. RGB value is (185,121,130). Sum of RGB (Red+Green+Blue) = 185+121+130=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B97982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97982 is #46867D. Grayscale: #8D8D8D. Windows color (decimal): -4621950 or 8550841. OLE color: 8550841.

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

Color convert

RGB185121130-
CMYK00.350.300.27
HSL351.56º31.37%60%-
HSV(B)351.56º34.59%72.55%-
XYZ30.8725.624.43-
YUV141.16121.7159.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=42.43%
G=27.75%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512113000.350.300.27351.5631.3760
HexB979820231E1B1601f3c
Octal27117120204336335403774
Binary101110011111001100000100100011111101101110110000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97982; }

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

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

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

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

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

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

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

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