#B97887

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

Shades of Tapestry #B97887

Tints of Tapestry #B97887

Color information

#B97887 (or 0xB97887) is unknown color: approx Tapestry. HEX triplet: B9, 78 and 87. RGB value is (185,120,135). Sum of RGB (Red+Green+Blue) = 185+120+135=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B97887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97887 is #468778. Grayscale: #8D8D8D. Windows color (decimal): -4622201 or 8878265. OLE color: 8878265.

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

Color convert

RGB185120135-
CMYK00.350.270.27
HSL346.15º31.71%59.8%-
HSV(B)346.15º35.14%72.55%-
XYZ31.125.526.2-
YUV141.14124.53159.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=42.05%
G=27.27%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512013500.350.270.27346.1531.7159.8
HexB978870231B1B15a203c
Octal27117020704333335324074
Binary1011100111110001000011101000111101111011101011010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97887; }

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

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

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

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

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

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

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

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