#B9787F

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

Shades of Tapestry #B9787F

Tints of Tapestry #B9787F

Color information

#B9787F (or 0xB9787F) is unknown color: approx Tapestry. HEX triplet: B9, 78 and 7F. RGB value is (185,120,127). Sum of RGB (Red+Green+Blue) = 185+120+127=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9787F is #468780. Grayscale: #8C8C8C. Windows color (decimal): -4622209 or 8353977. OLE color: 8353977.

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

Color convert

RGB185120127-
CMYK00.350.310.27
HSL353.54º31.71%59.8%-
HSV(B)353.54º35.14%72.55%-
XYZ30.5525.2823.35-
YUV140.23120.53159.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 127 (50% from 255) = 29.40%
R=42.82%
G=27.78%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512012700.350.310.27353.5431.7159.8
HexB9787F0231F1B162203c
Octal27117017704337335424074
Binary101110011111000111111101000111111111011101100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9787F; }

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

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

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

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

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

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

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

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