#B5687A

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

Shades of Tapestry #B5687A

Tints of Tapestry #B5687A

Color information

#B5687A (or 0xB5687A) is unknown color: approx Tapestry. HEX triplet: B5, 68 and 7A. RGB value is (181,104,122). Sum of RGB (Red+Green+Blue) = 181+104+122=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5687A is #4A9785. Grayscale: #818181. Windows color (decimal): -4888454 or 8022197. OLE color: 8022197.

HSL color Cylindrical-coordinate representation of color #B5687A: hue angle of 345.97º 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 #B5687A is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB181104122-
CMYK00.430.330.29
HSL345.97º34.22%55.88%-
HSV(B)345.97º42.54%70.98%-
XYZ27.5221.1321.04-
YUV129.07124.01165.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=44.47%
G=25.55%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110412200.430.330.29345.9734.2255.88
HexB5687A02B211D15a2238
Octal26515017205341355324270
Binary1011010111010001111010010101110000111101101011010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5687A; }

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

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

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

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

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

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

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

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