#B97689

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

Shades of Tapestry #B97689

Tints of Tapestry #B97689

Color information

#B97689 (or 0xB97689) is unknown color: approx Tapestry. HEX triplet: B9, 76 and 89. RGB value is (185,118,137). Sum of RGB (Red+Green+Blue) = 185+118+137=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B97689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97689 is #468976. Grayscale: #8C8C8C. Windows color (decimal): -4622711 or 9008825. OLE color: 9008825.

HSL color Cylindrical-coordinate representation of color #B97689: hue angle of 342.99º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B97689 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB185118137-
CMYK00.360.260.27
HSL342.99º32.37%59.41%-
HSV(B)342.99º36.22%72.55%-
XYZ3125.0826.87-
YUV140.2126.2159.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=42.05%
G=26.82%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511813700.360.260.27342.9932.3759.41
HexB976890241A1B157203b
Octal27116621104432335274073
Binary1011100111101101000100101001001101011011101010111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97689; }

 p { color: rgb(185,118,137); }

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

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

 a { background-color: rgb(185,118,137); }

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

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

 span { border-color: rgb(185,118,137); }

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