#B9687A

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

Shades of Tapestry #B9687A

Tints of Tapestry #B9687A

Color information

#B9687A (or 0xB9687A) is unknown color: approx Tapestry. HEX triplet: B9, 68 and 7A. RGB value is (185,104,122). Sum of RGB (Red+Green+Blue) = 185+104+122=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9687A is #469785. Grayscale: #828282. Windows color (decimal): -4626310 or 8022201. OLE color: 8022201.

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

Color convert

RGB185104122-
CMYK00.440.340.27
HSL346.67º36.65%56.67%-
HSV(B)346.67º43.78%72.55%-
XYZ28.4721.6221.08-
YUV130.27123.34167.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=45.01%
G=25.30%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510412200.440.340.27346.6736.6556.67
HexB9687A02C221B15b2539
Octal27115017205442335334571
Binary1011100111010001111010010110010001011011101011011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9687A; }

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

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

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

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

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

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

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

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