#B3767E

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

Shades of Tapestry #B3767E

Tints of Tapestry #B3767E

Color information

#B3767E (or 0xB3767E) is unknown color: approx Tapestry. HEX triplet: B3, 76 and 7E. RGB value is (179,118,126). Sum of RGB (Red+Green+Blue) = 179+118+126=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3767E is #4C8981. Grayscale: #898989. Windows color (decimal): -5015938 or 8287923. OLE color: 8287923.

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

Color convert

RGB179118126-
CMYK00.340.300.30
HSL352.13º28.64%58.24%-
HSV(B)352.13º34.08%70.2%-
XYZ28.8324.0522.86-
YUV137.15121.71157.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=42.32%
G=27.90%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911812600.340.300.30352.1328.6458.24
HexB3767E0221E1E1601d3a
Octal26316617604236365403572
Binary10110011111011011111100100010111101111010110000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3767E; }

 p { color: rgb(179,118,126); }

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

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

 a { background-color: rgb(179,118,126); }

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

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

 span { border-color: rgb(179,118,126); }

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