#B4677E

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

Shades of Tapestry #B4677E

Tints of Tapestry #B4677E

Color information

#B4677E (or 0xB4677E) is unknown color: approx Tapestry. HEX triplet: B4, 67 and 7E. RGB value is (180,103,126). Sum of RGB (Red+Green+Blue) = 180+103+126=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B4677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4677E is #4B9881. Grayscale: #808080. Windows color (decimal): -4954242 or 8284084. OLE color: 8284084.

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

Color convert

RGB180103126-
CMYK00.430.30.29
HSL342.08º33.92%55.49%-
HSV(B)342.08º42.78%70.59%-
XYZ27.4420.9122.33-
YUV128.65126.51164.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 126 (49.61% from 255) = 30.81%
R=44.01%
G=25.18%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010312600.430.30.29342.0833.9255.49
HexB4677E02B1E1D1562237
Octal26414717605336355264267
Binary101101001100111111111001010111111011101101010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4677E; }

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

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

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

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

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

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

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

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