#B3678B

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

Shades of Tapestry #B3678B

Tints of Tapestry #B3678B

Color information

#B3678B (or 0xB3678B) is unknown color: approx Tapestry. HEX triplet: B3, 67 and 8B. RGB value is (179,103,139). Sum of RGB (Red+Green+Blue) = 179+103+139=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3678B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3678B is #4C9874. Grayscale: #818181. Windows color (decimal): -5019765 or 9136051. OLE color: 9136051.

HSL color Cylindrical-coordinate representation of color #B3678B: hue angle of 331.58º 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 #B3678B is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB179103139-
CMYK00.420.220.30
HSL331.58º33.33%55.29%-
HSV(B)331.58º42.46%70.2%-
XYZ28.121.1527.03-
YUV129.83133.18163.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.52%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=42.52%
G=24.47%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910313900.420.220.30331.5833.3355.29
HexB3678B02A161E14c2137
Octal26314721305226365144167
Binary1011001111001111000101101010101011011110101001100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3678B; }

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

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

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

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

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

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

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

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