#B3677A

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

Shades of Tapestry #B3677A

Tints of Tapestry #B3677A

Color information

#B3677A (or 0xB3677A) is unknown color: approx Tapestry. HEX triplet: B3, 67 and 7A. RGB value is (179,103,122). Sum of RGB (Red+Green+Blue) = 179+103+122=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3677A is #4C9885. Grayscale: #7F7F7F. Windows color (decimal): -5019782 or 8021939. OLE color: 8021939.

HSL color Cylindrical-coordinate representation of color #B3677A: hue angle of 345º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3677A is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179103122-
CMYK00.420.320.30
HSL345º33.33%55.29%-
HSV(B)345º42.46%70.2%-
XYZ26.9520.6920.99-
YUV127.89124.68164.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 103 (40.62% from 255) = 25.50%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=44.31%
G=25.50%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910312200.420.320.3034533.3355.29
HexB3677A02A201E1592137
Octal26314717205240365314167
Binary1011001111001111111010010101010000011110101011001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3677A; }

 p { color: rgb(179,103,122); }

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

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

 a { background-color: rgb(179,103,122); }

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

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

 span { border-color: rgb(179,103,122); }

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