#B4687F

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

Shades of Tapestry #B4687F

Tints of Tapestry #B4687F

Color information

#B4687F (or 0xB4687F) is unknown color: approx Tapestry. HEX triplet: B4, 68 and 7F. RGB value is (180,104,127). Sum of RGB (Red+Green+Blue) = 180+104+127=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B4687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4687F is #4B9780. Grayscale: #818181. Windows color (decimal): -4953985 or 8349876. OLE color: 8349876.

HSL color Cylindrical-coordinate representation of color #B4687F: hue angle of 341.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4687F is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180104127-
CMYK00.420.290.29
HSL341.84º33.63%55.69%-
HSV(B)341.84º42.22%70.59%-
XYZ27.621.1422.7-
YUV129.35126.68164.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 127 (50% from 255) = 30.90%
R=43.80%
G=25.30%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010412700.420.290.29341.8433.6355.69
HexB4687F02A1D1D1562238
Octal26415017705235355264270
Binary101101001101000111111101010101110111101101010110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4687F; }

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

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

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

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

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

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

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

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