#B3678D

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

Shades of Tapestry #B3678D

Tints of Tapestry #B3678D

Color information

#B3678D (or 0xB3678D) is unknown color: approx Tapestry. HEX triplet: B3, 67 and 8D. RGB value is (179,103,141). Sum of RGB (Red+Green+Blue) = 179+103+141=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3678D is #4C9872. Grayscale: #818181. Windows color (decimal): -5019763 or 9267123. OLE color: 9267123.

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

Color convert

RGB179103141-
CMYK00.420.210.30
HSL330º33.33%55.29%-
HSV(B)330º42.46%70.2%-
XYZ28.2521.2127.8-
YUV130.06134.18162.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=42.32%
G=24.35%
B=33.33%

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
Decimal17910314100.420.210.3033033.3355.29
HexB3678D02A151E14a2137
Octal26314721505225365124167
Binary1011001111001111000110101010101010111110101001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3678D; }

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

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

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

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

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

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

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

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