#B5687B

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

Shades of Tapestry #B5687B

Tints of Tapestry #B5687B

Color information

#B5687B (or 0xB5687B) is unknown color: approx Tapestry. HEX triplet: B5, 68 and 7B. RGB value is (181,104,123). Sum of RGB (Red+Green+Blue) = 181+104+123=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5687B is #4A9784. Grayscale: #818181. Windows color (decimal): -4888453 or 8087733. OLE color: 8087733.

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

Color convert

RGB181104123-
CMYK00.430.320.29
HSL345.19º34.22%55.88%-
HSV(B)345.19º42.54%70.98%-
XYZ27.5821.1521.37-
YUV129.19124.51164.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=44.36%
G=25.49%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110412300.430.320.29345.1934.2255.88
HexB5687B02B201D1592238
Octal26515017305340355314270
Binary1011010111010001111011010101110000011101101011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5687B; }

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

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

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

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

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

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

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

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