#B3777E

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

Shades of Tapestry #B3777E

Tints of Tapestry #B3777E

Color information

#B3777E (or 0xB3777E) is unknown color: approx Tapestry. HEX triplet: B3, 77 and 7E. RGB value is (179,119,126). Sum of RGB (Red+Green+Blue) = 179+119+126=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3777E is #4C8881. Grayscale: #898989. Windows color (decimal): -5015682 or 8288179. OLE color: 8288179.

HSL color Cylindrical-coordinate representation of color #B3777E: hue angle of 353º degrees, saturation: 0.28, 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 #B3777E is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179119126-
CMYK00.340.300.30
HSL353º28.3%58.43%-
HSV(B)353º33.52%70.2%-
XYZ28.9524.2822.9-
YUV137.74121.38157.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=42.22%
G=28.07%
B=29.72%

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
Decimal17911912600.340.300.3035328.358.43
HexB3777E0221E1E1611c3a
Octal26316717604236365413472
Binary10110011111011111111100100010111101111010110000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3777E; }

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

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

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

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

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

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

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

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