#B97080

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

Shades of Tapestry #B97080

Tints of Tapestry #B97080

Color information

#B97080 (or 0xB97080) is unknown color: approx Tapestry. HEX triplet: B9, 70 and 80. RGB value is (185,112,128). Sum of RGB (Red+Green+Blue) = 185+112+128=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B97080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97080 is #468F7F. Grayscale: #878787. Windows color (decimal): -4624256 or 8417465. OLE color: 8417465.

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

Color convert

RGB185112128-
CMYK00.390.310.27
HSL346.85º34.27%58.24%-
HSV(B)346.85º39.46%72.55%-
XYZ29.723.4623.39-
YUV135.65123.68163.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=43.53%
G=26.35%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511212800.390.310.27346.8534.2758.24
HexB970800271F1B15b223a
Octal27116020004737335334272
Binary1011100111100001000000001001111111111011101011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97080; }

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

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

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

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

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

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

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

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