#B9687F

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

Shades of Tapestry #B9687F

Tints of Tapestry #B9687F

Color information

#B9687F (or 0xB9687F) is unknown color: approx Tapestry. HEX triplet: B9, 68 and 7F. RGB value is (185,104,127). Sum of RGB (Red+Green+Blue) = 185+104+127=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B9687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9687F is #469780. Grayscale: #828282. Windows color (decimal): -4626305 or 8349881. OLE color: 8349881.

HSL color Cylindrical-coordinate representation of color #B9687F: hue angle of 342.96º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9687F is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB185104127-
CMYK00.440.310.27
HSL342.96º36.65%56.67%-
HSV(B)342.96º43.78%72.55%-
XYZ28.7921.7522.76-
YUV130.84125.84166.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 104 (41.02% from 255) = 25%
BLUE value IS 127 (50% from 255) = 30.53%
R=44.47%
G=25%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510412700.440.310.27342.9636.6556.67
HexB9687F02C1F1B1572539
Octal27115017705437335274571
Binary101110011101000111111101011001111111011101010111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9687F; }

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

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

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

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

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

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

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

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