#B3667F

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

Shades of Tapestry #B3667F

Tints of Tapestry #B3667F

Color information

#B3667F (or 0xB3667F) is unknown color: approx Tapestry. HEX triplet: B3, 66 and 7F. RGB value is (179,102,127). Sum of RGB (Red+Green+Blue) = 179+102+127=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B3667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3667F is #4C9980. Grayscale: #7F7F7F. Windows color (decimal): -5020033 or 8349363. OLE color: 8349363.

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

Color convert

RGB179102127-
CMYK00.430.290.30
HSL340.52º33.62%55.1%-
HSV(B)340.52º43.02%70.2%-
XYZ27.1720.6222.63-
YUV127.87127.51164.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 127 (50% from 255) = 31.13%
R=43.87%
G=25%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910212700.430.290.30340.5233.6255.1
HexB3667F02B1D1E1552237
Octal26314617705335365254267
Binary101100111100110111111101010111110111110101010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3667F; }

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

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

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

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

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

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

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

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