#B5677F

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

Shades of Tapestry #B5677F

Tints of Tapestry #B5677F

Color information

#B5677F (or 0xB5677F) is unknown color: approx Tapestry. HEX triplet: B5, 67 and 7F. RGB value is (181,103,127). Sum of RGB (Red+Green+Blue) = 181+103+127=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5677F is #4A9880. Grayscale: #818181. Windows color (decimal): -4888705 or 8349621. OLE color: 8349621.

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

Color convert

RGB181103127-
CMYK00.430.300.29
HSL341.54º34.51%55.69%-
HSV(B)341.54º43.09%70.98%-
XYZ27.7421.0622.68-
YUV129.06126.84165.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 127 (50% from 255) = 30.90%
R=44.04%
G=25.06%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110312700.430.300.29341.5434.5155.69
HexB5677F02B1E1D1562338
Octal26514717705336355264370
Binary101101011100111111111101010111111011101101010110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5677F; }

 p { color: rgb(181,103,127); }

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

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

 a { background-color: rgb(181,103,127); }

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

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

 span { border-color: rgb(181,103,127); }

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