#B97088

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

Shades of Tapestry #B97088

Tints of Tapestry #B97088

Color information

#B97088 (or 0xB97088) is unknown color: approx Tapestry. HEX triplet: B9, 70 and 88. RGB value is (185,112,136). Sum of RGB (Red+Green+Blue) = 185+112+136=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B97088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97088 is #468F77. Grayscale: #888888. Windows color (decimal): -4624248 or 8941753. OLE color: 8941753.

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

Color convert

RGB185112136-
CMYK00.390.260.27
HSL340.27º34.27%58.24%-
HSV(B)340.27º39.46%72.55%-
XYZ30.2523.6826.27-
YUV136.56127.68162.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=42.73%
G=25.87%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511213600.390.260.27340.2734.2758.24
HexB970880271A1B154223a
Octal27116021004732335244272
Binary1011100111100001000100001001111101011011101010100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97088; }

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

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

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

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

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

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

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

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