#B97884

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

Shades of Tapestry #B97884

Tints of Tapestry #B97884

Color information

#B97884 (or 0xB97884) is unknown color: approx Tapestry. HEX triplet: B9, 78 and 84. RGB value is (185,120,132). Sum of RGB (Red+Green+Blue) = 185+120+132=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B97884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97884 is #46877B. Grayscale: #8C8C8C. Windows color (decimal): -4622204 or 8681657. OLE color: 8681657.

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

Color convert

RGB185120132-
CMYK00.350.290.27
HSL348.92º31.71%59.8%-
HSV(B)348.92º35.14%72.55%-
XYZ30.8925.4125.11-
YUV140.8123.03159.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 132 (51.95% from 255) = 30.21%
R=42.33%
G=27.46%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512013200.350.290.27348.9231.7159.8
HexB978840231D1B15d203c
Octal27117020404335335354074
Binary1011100111110001000010001000111110111011101011101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97884; }

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

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

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

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

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

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

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

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