#B4677F

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

Shades of Tapestry #B4677F

Tints of Tapestry #B4677F

Color information

#B4677F (or 0xB4677F) is unknown color: approx Tapestry. HEX triplet: B4, 67 and 7F. RGB value is (180,103,127). Sum of RGB (Red+Green+Blue) = 180+103+127=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4677F is #4B9880. Grayscale: #808080. Windows color (decimal): -4954241 or 8349620. OLE color: 8349620.

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

Color convert

RGB180103127-
CMYK00.430.290.29
HSL341.3º33.92%55.49%-
HSV(B)341.3º42.78%70.59%-
XYZ27.520.9422.67-
YUV128.76127.01164.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 127 (50% from 255) = 30.98%
R=43.90%
G=25.12%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010312700.430.290.29341.333.9255.49
HexB4677F02B1D1D1552237
Octal26414717705335355254267
Binary101101001100111111111101010111110111101101010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4677F; }

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

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

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

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

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

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

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

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