#B3678E

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

Shades of Tapestry #B3678E

Tints of Tapestry #B3678E

Color information

#B3678E (or 0xB3678E) is unknown color: approx Tapestry. HEX triplet: B3, 67 and 8E. RGB value is (179,103,142). Sum of RGB (Red+Green+Blue) = 179+103+142=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3678E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3678E is #4C9871. Grayscale: #828282. Windows color (decimal): -5019762 or 9332659. OLE color: 9332659.

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

Color convert

RGB179103142-
CMYK00.420.210.30
HSL329.21º33.33%55.29%-
HSV(B)329.21º42.46%70.2%-
XYZ28.3221.2428.2-
YUV130.17134.68162.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 103 (40.62% from 255) = 24.29%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=42.22%
G=24.29%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910314200.420.210.30329.2133.3355.29
HexB3678E02A151E1492137
Octal26314721605225365114167
Binary1011001111001111000111001010101010111110101001001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3678E; }

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

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

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

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

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

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

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

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