#B97084

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

Shades of Tapestry #B97084

Tints of Tapestry #B97084

Color information

#B97084 (or 0xB97084) is unknown color: approx Tapestry. HEX triplet: B9, 70 and 84. RGB value is (185,112,132). Sum of RGB (Red+Green+Blue) = 185+112+132=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B97084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97084 is #468F7B. Grayscale: #888888. Windows color (decimal): -4624252 or 8679609. OLE color: 8679609.

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

Color convert

RGB185112132-
CMYK00.390.290.27
HSL343.56º34.27%58.24%-
HSV(B)343.56º39.46%72.55%-
XYZ29.9723.5724.8-
YUV136.11125.68162.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=43.12%
G=26.11%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511213200.390.290.27343.5634.2758.24
HexB970840271D1B158223a
Octal27116020404735335304272
Binary1011100111100001000010001001111110111011101011000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97084; }

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

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

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

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

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

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

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

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