#B3668F

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

Shades of Tapestry #B3668F

Tints of Tapestry #B3668F

Color information

#B3668F (or 0xB3668F) is unknown color: approx Tapestry. HEX triplet: B3, 66 and 8F. RGB value is (179,102,143). Sum of RGB (Red+Green+Blue) = 179+102+143=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3668F is #4C9970. Grayscale: #818181. Windows color (decimal): -5020017 or 9397939. OLE color: 9397939.

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

Color convert

RGB179102143-
CMYK00.430.200.30
HSL328.05º33.62%55.1%-
HSV(B)328.05º43.02%70.2%-
XYZ28.321.0728.56-
YUV129.7135.51163.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=42.22%
G=24.06%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910214300.430.200.30328.0533.6255.1
HexB3668F02B141E1482237
Octal26314621705324365104267
Binary1011001111001101000111101010111010011110101001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3668F; }

 p { color: rgb(179,102,143); }

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

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

 a { background-color: rgb(179,102,143); }

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

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

 span { border-color: rgb(179,102,143); }

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