#B5687D

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

Shades of Tapestry #B5687D

Tints of Tapestry #B5687D

Color information

#B5687D (or 0xB5687D) is unknown color: approx Tapestry. HEX triplet: B5, 68 and 7D. RGB value is (181,104,125). Sum of RGB (Red+Green+Blue) = 181+104+125=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B5687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5687D is #4A9782. Grayscale: #818181. Windows color (decimal): -4888451 or 8218805. OLE color: 8218805.

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

Color convert

RGB181104125-
CMYK00.430.310.29
HSL343.64º34.22%55.88%-
HSV(B)343.64º42.54%70.98%-
XYZ27.7121.2122.03-
YUV129.42125.51164.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=44.15%
G=25.37%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110412500.430.310.29343.6434.2255.88
HexB5687D02B1F1D1582238
Octal26515017505337355304270
Binary101101011101000111110101010111111111101101011000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5687D; }

 p { color: rgb(181,104,125); }

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

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

 a { background-color: rgb(181,104,125); }

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

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

 span { border-color: rgb(181,104,125); }

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